MCPcopy Index your code
hub / github.com/ipython/ipython / test_class_signature

Function test_class_signature

tests/test_oinspect.py:227–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225
226
227def test_class_signature():
228 info = inspector.info(HasSignature, "HasSignature")
229 assert info["init_definition"] == "HasSignature(test)"
230 assert info["init_docstring"] == HasSignature.__init__.__doc__
231
232
233def test_info_awkward():

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…