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

Method method

IPython/core/tests/test_oinspect.py:126–127  ·  view source on GitHub ↗

Some method's docstring

(self, x, z=2)

Source from the content-addressed store, hash-verified

124
125class SimpleClass(object):
126 def method(self, x, z=2):
127 """Some method's docstring"""
128
129
130class Awkward(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected