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

Method meth

Lib/test/test_descr.py:5415–5416  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5413 def setUp(self):
5414 class C(object):
5415 def meth(self):
5416 pass
5417 self.C = C
5418
5419 @unittest.skipIf(hasattr(sys, 'gettrace') and sys.gettrace(),

Callers 7

methMethod · 0.45
methMethod · 0.45
methMethod · 0.45
test_metaclassMethod · 0.45
methMethod · 0.45
test_supersMethod · 0.45
methMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected