Searched refs:__getattr__ (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/AppKit/
H A D_nsapp.py15 def __getattr__(self, name): member in class:_NSApp
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/AppKit/
H A D_nsapp.py15 def __getattr__(self, name): member in class:_NSApp
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/AppKit/
H A D_nsapp.py15 def __getattr__(self, name): member in class:_NSApp
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_pythonify.py17 def __getattr__(self, attr): member in class:OC_PythonFloat
32 def __getattr__(self, attr): member in class:OC_PythonLong
55 def __getattr__(self, attr): member in class:OC_PythonInt
H A D_compat.py10 def __getattr__(self, name): member in class:Runtime
H A D_convenience.py151 def __getattr__(self, key): member in class:_add_convenience_methods.kvc
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_pythonify.py18 def __getattr__(self, attr): member in class:OC_PythonFloat
35 def __getattr__(self, attr): member in class:OC_PythonLong
60 def __getattr__(self, attr): member in class:.OC_PythonInt
H A D_compat.py11 def __getattr__(self, name): member in class:Runtime
H A D_lazyimport.py103 def __getattr__(self, name): member in class:ObjCLazyModule
H A D_properties.py354 def __getattr__(self, name): member in class:array_proxy
726 def __getattr__(self, attr): member in class:set_proxy
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_compat.py11 def __getattr__(self, name): member in class:Runtime
H A D_pythonify.py18 def __getattr__(self, attr): member in class:OC_PythonFloat
34 def __getattr__(self, attr): member in class:.OC_PythonLong
57 def __getattr__(self, attr): member in class:.OC_PythonInt
73 def __getattr__(self, attr): member in class:.OC_PythonLong
H A D_properties.py327 def __getattr__(self, name): member in class:array_proxy
693 def __getattr__(self, attr): member in class:set_proxy
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py28 iter_val = iter_val.__getattr__(element_name).tqe_next
46 elt = elt.__getattr__(field_name)
68 next_el = elt.__getattr__(field_name).le_next
130 def __getattr__(self, name): member in class:KernelTarget.__init__._GlobalVariableFind
H A Dcvalue.py84 def __getattr__(self, name): member in class:value
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/PyObjCTools/
H A DKeyValueCoding.py372 def __getattr__(self, attr): member in class:kvc
405 def __getattr__(self, nm): member in class:_Deprecated
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py1547 if t.requested_policy.__getattr__(value[0]) :
1548 requested+=value[1] + ": " + str(t.requested_policy.__getattr__(value[0])) + " "
1564 if t.requested_policy.__getattr__(value[0]) :
1565 suppression+=value[1] + ": " + str(t.requested_policy.__getattr__(value[0])) + " "
1590 if t.effective_policy.__getattr__(value[0]) :
1591 effective+=value[1] + ": " + str(t.effective_policy.__getattr__(value[0])) + " "
1605 if t.pended_policy.__getattr__(value[0]) :
1606 pended+=value[1] + ": " + str(t.pended_policy.__getattr__(value[0])) + " "
H A Dxnu.py689 elt = elt.__getattr__(field_name).le_next
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py310 def __getattr__(self, attr): member in class:kvc
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py310 def __getattr__(self, attr): member in class:kvc
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/PyObjCTest/
H A Dtest_managedkvo.py10 def __getattr__(self, k): member in class:CoreDataTestObject
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/PyObjCTest/
H A Dtest_managedkvo.py10 def __getattr__(self, k): member in class:CoreDataTestObject
/macosx-10.10.1/libxml2-26/libxml2/python/
H A Dlibxml.py343 def __getattr__(self, attr): function in function:xmlCore.get_doc
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py315 def __getattr__(self, attr): function in function:xmlCore.get_doc
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dpython3complete.vim301 str += 'class _PyCmplNoType:\n def __getattr__(self,name):\n return None\n'

Completed in 205 milliseconds

12