MCPcopy Create free account
hub / github.com/ipython/ipython / method

Method method

IPython/core/tests/test_oinspect.py:114–115  ·  view source on GitHub ↗

Some method's docstring

(self, x, z=2)

Source from the content-addressed store, hash-verified

112 """This is the call docstring."""
113
114 def method(self, x, z=2):
115 """Some method's docstring"""
116
117class HasSignature(object):
118 """This is the class docstring."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected