MCPcopy Index your code
hub / github.com/RustPython/RustPython / meth

Method meth

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

Source from the content-addressed store, hash-verified

5175 def setUp(self):
5176 class C(object):
5177 def meth(self):
5178 pass
5179 self.C = C
5180
5181 @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