HomeSort by relevance Sort by last modified time
    Searched refs:__class__ (Results 176 - 200 of 1320) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
MimeWriter.py 174 return self.__class__(self._fp)
ast.py 95 rv = '%s(%s' % (node.__class__.__name__, ', '.join(
109 raise TypeError('expected AST, got %r' % node.__class__.__name__)
194 raise TypeError("%r can't have docstrings" % node.__class__.__name__)
239 method = 'visit_' + node.__class__.__name__
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
__init__.py 20 if self.__class__ is Profile:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
grammar.py 104 new = self.__class__()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_compiler.py 110 print node.__class__, node.lineno
114 if not node.__class__ in NOLINENO:
116 "lineno=%s on %s" % (node.lineno, node.__class__))
118 "lineno=%s on %s" % (node.lineno, node.__class__))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
__init__.py 66 if self.__class__ is DOMException:
  /external/autotest/client/cros/
dbus_util.py 43 value.__class__.__name__)
  /external/autotest/server/cros/network/
wifi_cell_test_base.py 79 self.__class__.__name__,
  /external/fonttools/Lib/fontTools/ttLib/tables/
DefaultTable.py 11 tag = getClassTag(self.__class__)
  /external/libmojo/third_party/jinja2/
visitor.py 31 method = 'visit_' + node.__class__.__name__
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
gen_knobs.py 41 print("%s: %s" % (str(traceback.error.__class__.__name__), traceback.error))
  /external/python/cpython2/Lib/
MimeWriter.py 174 return self.__class__(self._fp)
ast.py 95 rv = '%s(%s' % (node.__class__.__name__, ', '.join(
109 raise TypeError('expected AST, got %r' % node.__class__.__name__)
194 raise TypeError("%r can't have docstrings" % node.__class__.__name__)
239 method = 'visit_' + node.__class__.__name__
  /external/python/cpython2/Lib/hotshot/
__init__.py 20 if self.__class__ is Profile:
  /external/python/cpython2/Lib/test/
test_compiler.py 110 print node.__class__, node.lineno
114 if not node.__class__ in NOLINENO:
116 "lineno=%s on %s" % (node.lineno, node.__class__))
118 "lineno=%s on %s" % (node.lineno, node.__class__))
  /external/python/cpython2/Lib/xml/dom/
__init__.py 66 if self.__class__ is DOMException:
  /external/python/cpython3/Lib/
ast.py 100 rv = '%s(%s' % (node.__class__.__name__, ', '.join(
114 raise TypeError('expected AST, got %r' % node.__class__.__name__)
199 raise TypeError("%r can't have docstrings" % node.__class__.__name__)
251 method = 'visit_' + node.__class__.__name__
  /external/python/cpython3/Lib/email/
headerregistry.py 85 self.__class__.__name__,
137 self.__class__.__name__,
222 self.__class__.__name__,
223 self.__class__.__bases__,
  /external/python/cpython3/Lib/test/
test_isinstance.py 20 # - inst has a __class__ attribute
21 # - inst.__class__ as no __bases__ attribute
31 __class__ = property(getclass)
40 # Like above except that inst.__class__.__bases__ raises an exception
51 __class__ = property(getclass)
90 __class__ = property(getclass)
170 __class__ = property(getclass)
30 __class__ = property(getclass) variable in class:TestIsInstanceExceptions.test_class_has_no_bases.I
50 __class__ = property(getclass) variable in class:TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error.I
89 __class__ = property(getclass) variable in class:TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error.C
167 __class__ = property(getclass) variable in class:AbstractInstance
  /external/python/cpython3/Lib/urllib/
response.py 25 return '<%s at %r whose fp = %r>' % (self.__class__.__name__,
  /external/python/cpython3/Lib/xml/dom/
__init__.py 67 if self.__class__ is DOMException:
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
generic_utils_test.py 71 self.assertEqual(cl.__class__, CustomClass)
  /external/tensorflow/tensorflow/python/summary/
plugin_asset.py 74 (plugin_asset_cls.__name__, instance.__class__.__name__))
  /external/toolchain-utils/automation/common/
job_group.py 65 return '{%s: %s}' % (self.__class__.__name__, self.id)
machine.py 39 return '{%s: %s@%s}' % (self.__class__.__name__, self.username,

Completed in 442 milliseconds

1 2 3 4 5 6 78 91011>>