MCPcopy Create free account
hub / github.com/python/cpython / smeth

Method smeth

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

Source from the content-addressed store, hash-verified

1653 pass
1654 @staticmethod
1655 def smeth(*args, **kwargs):
1656 pass
1657 for text_signature, unbound, bound in [
1658 ("($slf)", "(slf, /)", "()"),
1659 ("($slf, /)", "(slf, /)", "()"),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected