HomeSort by relevance Sort by last modified time
    Searched refs:__instancecheck__ (Results 1 - 6 of 6) sorted by null

  /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...]

Completed in 1431 milliseconds