/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 380 name, err.__class__.__name__, err) 610 filename, lineno, err.__class__.__name__, err)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtpd.py | 294 self.__class__.__name__, time.ctime(time.time()), 374 print >> DEBUGSTREAM, 'got', e.__class__
|
xmlrpclib.py | 164 _bool_is_builtin = False.__class__.__name__ == "bool" 402 otype = (hasattr(other, "__class__") 403 and other.__class__.__name__ 406 (self.__class__.__name__, otype)) 750 if value.__class__ in WRAPPERS: [all...] |
pydoc.py | 412 return self.escape('<%s instance>' % x.__class__.__name__) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_dict.py | 498 return hash(self.__class__) 501 if isinstance(other, self.__class__):
|
test_memoryio.py | 389 self.assertEqual(obj.__class__, obj2.__class__)
|
test_with.py | 607 self.assertEqual(targets[1][0].__class__, MockResource) 610 self.assertEqual(targets[1][1].__class__, MockResource)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 164 _bool_is_builtin = False.__class__.__name__ == "bool" 402 otype = (hasattr(other, "__class__") 403 and other.__class__.__name__ 406 (self.__class__.__name__, otype)) 750 if value.__class__ in WRAPPERS: [all...] |
pydoc.py | 412 return self.escape('<%s instance>' % x.__class__.__name__) [all...] |
_abcoll.py | 421 return '{0.__class__.__name__}({0._mapping!r})'.format(self)
|
cmd.py | 288 return dir(self.__class__)
|
csv.py | 46 if self.__class__ != Dialect:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
BeautifulSoup.py | 448 raise AttributeError, "'%s' object has no attribute '%s'" % (self.__class__.__name__, attr) 529 self.parserClass = parser.__class__ 650 #print "Getattr %s.%s" % (self.__class__, tag) 655 raise AttributeError, "'%s' object has no attribute '%s'" % (self.__class__, tag) [all...] |
/external/chromium_org/third_party/jinja2/ |
environment.py | 346 rv = object.__new__(self.__class__) [all...] |
loaders.py | 90 self.__class__.__name__)
|
/external/antlr/antlr-3.4/runtime/Python/ |
xmlrunner.py | 167 class_ = test.__class__
|
/external/chromium_org/build/android/pylib/device/ |
adb_wrapper.py | 139 return '%s(\'%s\')' % (self.__class__.__name__, self)
|
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/ |
devsite_builder.py | 227 raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
blink_idl_parser.py | 377 keys = set(self.__dict__.keys() + dir(self.__class__))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
ircbot.py | 292 if self.__class__ is UserDict:
|
/external/markdown/markdown/ |
inlinepatterns.py | 154 return self.__class__.__name__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 38 return "<%s: %s>" % (self.__class__.__name__, self.name)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_structures.py | 361 return detail.__class__, str(detail)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 88 return self.__class__(fp, self._mangle_from_, self._maxheaderlen)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
TreeWidget.py | 189 child = self.__class__(self.canvas, self, item)
|