MCPcopy Index your code
hub / github.com/python/cpython / id

Method id

Lib/unittest/case.py:525–526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

523
524
525 def id(self):
526 return "%s.%s" % (strclass(self.__class__), self._testMethodName)
527
528 def __eq__(self, other):
529 if type(self) is not type(other):

Callers 1

idMethod · 0.45

Calls 1

strclassFunction · 0.85

Tested by

no test coverage detected