Searched refs:__slots__ (Results 1 - 25 of 65) sorted by relevance

123

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_posing.py24 __slots__ = () # Don't add instance variables, not even __dict__ variable in class:TestPosing.testPosing.PoseClass
H A Dtest_leaks.py21 __slots__ = ('slot1',) variable in class:SlottedClass
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_posing.py24 __slots__ = () # Don't add instance variables, not even __dict__ variable in class:TestPosing.testPosing.PoseClass
H A Dtest_leaks.py21 __slots__ = ('slot1',) variable in class:SlottedClass
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_posing.py25 __slots__ = () # Don't add instance variables, not even __dict__ variable in class:TestPosing.testPosing.PoseClass
H A Dtest_leaks.py21 __slots__ = ('slot1',) variable in class:SlottedClass
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_pythonify.py7 __slots__=('__pyobjc_object__',) variable in class:OC_PythonFloat
35 # The long type doesn't support __slots__ on subclasses, fake
36 # one part of the effect of __slots__: don't allow setting of attributes.
46 __slots__=('__pyobjc_object__',) variable in class:OC_PythonInt
H A D_category.py30 __slots__ = () variable in class:_CategoryMeta
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_pythonify.py8 __slots__=('__pyobjc_object__',) variable in class:OC_PythonFloat
38 # The long type doesn't support __slots__ on subclasses, fake
39 # one part of the effect of __slots__: don't allow setting of attributes.
51 __slots__=('__pyobjc_object__',) variable in class:.OC_PythonInt
H A D_category.py30 __slots__ = () variable in class:_CategoryMeta
H A D_lazyimport.py43 __slots__ = ('_container',) variable in class:GetAttrMap
56 __slots__ = ( variable in class:ObjCLazyModule
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_pythonify.py8 __slots__=('__pyobjc_object__',) variable in class:OC_PythonFloat
37 # The long type doesn't support __slots__ on subclasses, fake
38 # one part of the effect of __slots__: don't allow setting of attributes.
48 __slots__=('__pyobjc_object__',) variable in class:.OC_PythonInt
76 # The long type doesn't support __slots__ on subclasses, fake
77 # one part of the effect of __slots__: don't allow setting of attributes.
H A D_category.py30 __slots__ = () variable in class:_CategoryMeta
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoCell.py9 __slots__ = ('_triState', '_doneImage', '_deferredImage', '_timeDue' ) variable in class:ToDoCell
H A DCalendarMatrix.py13 __slots__ = ('_selectedDay', '_startOffset') variable in class:CalendarMatrix
H A DToDoItem.py14 __slots__ = ( variable in class:ToDoItem
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoCell.py9 __slots__ = ('_triState', '_doneImage', '_deferredImage', '_timeDue' ) variable in class:ToDoCell
H A DCalendarMatrix.py13 __slots__ = ('_selectedDay', '_startOffset') variable in class:CalendarMatrix
H A DToDoItem.py14 __slots__ = ( variable in class:ToDoItem
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoCell.py9 __slots__ = ('_triState', '_doneImage', '_deferredImage', '_timeDue' ) variable in class:ToDoCell
H A DCalendarMatrix.py13 __slots__ = ('_selectedDay', '_startOffset') variable in class:CalendarMatrix
H A DToDoItem.py14 __slots__ = ( variable in class:ToDoItem
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py15 __slots__ = ( variable in class:Settings
256 __slots__ = ('dirname', 'size') variable in class:dir_item
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-FSEvents/Examples/
H A Dwatcher.py15 __slots__ = ( variable in class:Settings
256 __slots__ = ('dirname', 'size') variable in class:dir_item
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-FSEvents-2.5.1/Examples/
H A Dwatcher.py15 __slots__ = ( variable in class:Settings
256 __slots__ = ('dirname', 'size') variable in class:dir_item

Completed in 220 milliseconds

123