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

Function inspect_object

IPython/utils/generics.py:10–12  ·  view source on GitHub ↗

Called when you do obj?

(obj)

Source from the content-addressed store, hash-verified

8
9@singledispatch
10def inspect_object(obj):
11 """Called when you do obj?"""
12 raise TryNext
13
14
15@singledispatch

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected