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

Method foo

Lib/test/test_descr.py:1551–1551  ·  view source on GitHub ↗
(*a)

Source from the content-addressed store, hash-verified

1549 # Testing class methods...
1550 class C(object):
1551 def foo(*a): return a
1552 goo = classmethod(foo)
1553 c = C()
1554 self.assertEqual(C.goo(1), (C, 1))

Callers

nothing calls this directly

Calls 1

absFunction · 0.50

Tested by

no test coverage detected