Home
last modified time | relevance | path

Searched refs:__class__ (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
D_parameterized.py396 return '%s (%s)' % (self._OriginalName(), _StrClass(self.__class__))
407 return '%s.%s%s' % (_StrClass(self.__class__),
Dcontainers.py335 if isinstance(other, self.__class__):
428 if not isinstance(other, self.__class__):
Dwell_known_types_test.py521 struct_class = struct.__class__
Dpython_message.py1487 if not isinstance(other, self.__class__):
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dstubout.py69 mro = list(inspect.getmro(obj.__class__))
Dmox.py504 def __class__(self): member in MockObject
1192 return '<%s "%s">' % (self.__class__.__name__, self._group_name)
/frameworks/ml/nn/tools/test_generator/
Dslicing.py145 self.__last_outs) else o.__class__.__name__