Home
last modified time | relevance | path

Searched refs:__dir__ (Results 1 – 8 of 8) sorted by relevance

/external/lisa/libs/utils/android/
Dgfxinfo.py95 def __dir__(self): member in GfxInfo
Dsurfaceflinger.py77 def __dir__(self): member in _Layer
/external/python/cpython2/Lib/test/
D_mock_backport.py657 def __dir__(self): member in NonCallableMock
660 return object.__dir__(self)
Dtest_builtin.py317 def __dir__(self): member in BuiltinTest.test_dir.Foo
324 def __dir__(self): member in BuiltinTest.test_dir.Foo
/external/python/cpython2/Doc/library/
Dfunctions.rst308 If the object has a method named :meth:`__dir__`, this method will be called and
313 If the object does not provide :meth:`__dir__`, the function tries its best to
342 def __dir__(self):
/external/pdfium/third_party/pymock/
Dmock.py738 def __dir__(self): member in NonCallableMock
/external/python/cpython2/Doc/whatsnew/
D2.6.rst1667 * The built-in :func:`dir` function now checks for a :meth:`__dir__`
/external/python/cpython2/Misc/
DNEWS4863 - Correct lookup of __dir__ on objects. This allows old-style classes to have
4864 __dir__. It also causes errors besides AttributeError found on lookup to be
10730 - The dir() function has been extended to call the __dir__() method on