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

Method cmeth

Lib/test/test_pydoc/test_pydoc.py:1652–1653  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

1650 pass
1651 @classmethod
1652 def cmeth(*args, **kwargs):
1653 pass
1654 @staticmethod
1655 def smeth(*args, **kwargs):
1656 pass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected