Home | Sort by relevance Sort by last modified time |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ | |
test_typechecks.py | 1 """Unit tests for __instancecheck__ and __subclasscheck__.""" 9 def __instancecheck__(cls, inst): member in class:ABC 77 def __instancecheck__(self, inst): member in class:TypeChecksTest.test_oldstyle.X |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ | |
test_typechecks.py | 1 """Unit tests for __instancecheck__ and __subclasscheck__.""" 9 def __instancecheck__(cls, inst): member in class:ABC 77 def __instancecheck__(self, inst): member in class:TypeChecksTest.test_oldstyle.X |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ | |
abc.py | 128 def __instancecheck__(cls, instance): member in class:ABCMeta |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ | |
abc.py | 128 def __instancecheck__(cls, instance): member in class:ABCMeta |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ | |
topics.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ | |
topics.py | [all...] |