HomeSort by relevance Sort by last modified time
    Searched defs:__getattribute__ (Results 1 - 25 of 31) sorted by null

1 2

  /external/python/cpython2/Lib/
_threading_local.py 164 dict = object.__getattribute__(self, '__dict__')
170 key = object.__getattribute__(self, '_local__key')
181 args, kw = object.__getattribute__(self, '_local__args')
188 def __getattribute__(self, name): member in class:local
189 lock = object.__getattribute__(self, '_local__lock')
193 return object.__getattribute__(self, name)
202 lock = object.__getattribute__(self, '_local__lock')
215 lock = object.__getattribute__(self, '_local__lock')
226 key = object.__getattribute__(self, '_local__key')
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_threading_local.py 164 dict = object.__getattribute__(self, '__dict__')
170 key = object.__getattribute__(self, '_local__key')
181 args, kw = object.__getattribute__(self, '_local__args')
188 def __getattribute__(self, name): member in class:local
189 lock = object.__getattribute__(self, '_local__lock')
193 return object.__getattribute__(self, name)
202 lock = object.__getattribute__(self, '_local__lock')
215 lock = object.__getattribute__(self, '_local__lock')
226 key = object.__getattribute__(self, '_local__key')
  /prebuilts/gdb/linux-x86/lib/python2.7/
_threading_local.py 164 dict = object.__getattribute__(self, '__dict__')
170 key = object.__getattribute__(self, '_local__key')
181 args, kw = object.__getattribute__(self, '_local__args')
188 def __getattribute__(self, name): member in class:local
189 lock = object.__getattribute__(self, '_local__lock')
193 return object.__getattribute__(self, name)
202 lock = object.__getattribute__(self, '_local__lock')
215 lock = object.__getattribute__(self, '_local__lock')
226 key = object.__getattribute__(self, '_local__key')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_threading_local.py 164 dict = object.__getattribute__(self, '__dict__')
170 key = object.__getattribute__(self, '_local__key')
181 args, kw = object.__getattribute__(self, '_local__args')
188 def __getattribute__(self, name): member in class:local
189 lock = object.__getattribute__(self, '_local__lock')
193 return object.__getattribute__(self, name)
202 lock = object.__getattribute__(self, '_local__lock')
215 lock = object.__getattribute__(self, '_local__lock')
226 key = object.__getattribute__(self, '_local__key')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_threading_local.py 164 dict = object.__getattribute__(self, '__dict__')
170 key = object.__getattribute__(self, '_local__key')
181 args, kw = object.__getattribute__(self, '_local__args')
188 def __getattribute__(self, name): member in class:local
189 lock = object.__getattribute__(self, '_local__lock')
193 return object.__getattribute__(self, name)
202 lock = object.__getattribute__(self, '_local__lock')
215 lock = object.__getattribute__(self, '_local__lock')
226 key = object.__getattribute__(self, '_local__key')
  /external/autotest/client/common_lib/
metrics_mock_class.py 48 def __getattribute__(self, name): member in class:mock_class_base
  /external/python/cpython3/Lib/
_threading_local.py 196 impl = object.__getattribute__(self, '_local__impl')
225 def __getattribute__(self, name): member in class:local
227 return object.__getattribute__(self, name)
  /external/tensorflow/tensorflow/python/util/
tf_should_use.py 70 def __getattribute__(self, name): member in class:_add_should_use_warning.TFShouldUseWarningWrapper
71 return super(TFShouldUseWarningWrapper, self).__getattribute__(name)
82 if name in ('__init__', '__getattribute__', '__del__', 'mark_used'):
  /external/python/cpython3/Lib/importlib/
util.py 211 def __getattribute__(self, attr): member in class:_LazyModule
250 self.__getattribute__(attr)
  /external/tensorflow/tensorflow/python/platform/
flags.py 74 def __getattribute__(self, name): member in class:_FlagValuesWrapper
76 return super(_FlagValuesWrapper, self).__getattribute__(name)
77 return self.__dict__['__wrapped'].__getattribute__(name)
  /external/libmojo/third_party/ply/
lex.py 95 def __getattribute__(self,name): member in class:NullLogger
    [all...]
yacc.py 134 def __getattribute__(self,name): member in class:NullLogger
    [all...]
  /external/ply/ply/ply/
lex.py 94 def __getattribute__(self, name): member in class:NullLogger
    [all...]
yacc.py 128 def __getattribute__(self, name): member in class:NullLogger
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_copy.py 69 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
72 return object.__getattribute__(self, name)
242 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
245 return object.__getattribute__(self, name)
test_descr.py 650 def __getattribute__(self, name): member in class:ClassPropertiesAndMethods.test_module_subclasses.MM
652 return MT.__getattribute__(self, name)
1727 def __getattribute__(self, attr, test=self): member in class:.test_special_method_lookup.Checker
3473 def __getattribute__(self, name): function in function:.test_subclass_propagation
3908 def __getattribute__(self, attr): member in class:.test_mutable_bases.C2
4222 def __getattribute__(self, name): member in class:.test_isinst_isclass.Proxy
4261 def __getattribute__(self, name): member in class:.test_proxy_super.Proxy
4530 __getattribute__ = descr variable in class:.test_getattr_hooks.A
4534 __getattribute__ = descr variable in class:.test_getattr_hooks.C
4549 def __getattribute__(self, name): member in class:.test_getattr_hooks.EvilGetattribute
    [all...]
  /external/python/cpython2/Lib/test/
test_copy.py 69 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
72 return object.__getattribute__(self, name)
288 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
291 return object.__getattribute__(self, name)
test_descr.py 660 def __getattribute__(self, name): member in class:ClassPropertiesAndMethods.test_module_subclasses.MM
662 return MT.__getattribute__(self, name)
1753 def __getattribute__(self, attr, test=self): member in class:.test_special_method_lookup.Checker
3512 def __getattribute__(self, name): function in function:.test_subclass_propagation
3947 def __getattribute__(self, attr): member in class:.test_mutable_bases.C2
4306 def __getattribute__(self, name): member in class:.test_isinst_isclass.Proxy
4345 def __getattribute__(self, name): member in class:.test_proxy_super.Proxy
4614 __getattribute__ = descr variable in class:.test_getattr_hooks.A
4618 __getattribute__ = descr variable in class:.test_getattr_hooks.C
4632 def __getattribute__(self, name): member in class:.test_getattr_hooks.EvilGetattribute
    [all...]
  /external/python/cpython3/Lib/test/
test_copy.py 80 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
83 return object.__getattribute__(self, name)
342 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
345 return object.__getattribute__(self, name)
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 311 def __getattribute__(self, name): member in class:RestrictedList
314 return list.__getattribute__(self, name)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_copy.py 69 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
72 return object.__getattribute__(self, name)
242 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
245 return object.__getattribute__(self, name)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_copy.py 69 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
72 return object.__getattribute__(self, name)
242 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
245 return object.__getattribute__(self, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_copy.py 69 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
72 return object.__getattribute__(self, name)
242 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
245 return object.__getattribute__(self, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_copy.py 69 def __getattribute__(self, name): member in class:TestCopy.test_copy_cant.C
72 return object.__getattribute__(self, name)
242 def __getattribute__(self, name): member in class:TestCopy.test_deepcopy_cant.C
245 return object.__getattribute__(self, name)
  /external/python/cpython3/Tools/clinic/
clinic.py 2169 def __getattribute__(self, name): member in class:LandMine
    [all...]

Completed in 888 milliseconds

1 2