bundles / IPython latest / IPython / core / oinspect
module
IPython.core.oinspect
source: /IPython/core/oinspect.py :0
Members
-
__annotate__ -
__getattr__ -
_get_wrapped -
_render_signature -
find_file -
find_source_lines -
get_encoding -
getdoc -
getsource -
InfoDict -
Inspector -
InspectorHookData -
is_simple_callable -
object_info -
OInfo -
pylight
Summary
Tools for inspecting Python objects.
Extended Summary
Uses syntax highlighting for presenting the various information elements.
Similar in spirit to the inspect module, but all calls take a name argument to reference the name under which an object is being read.
Additional content
Tools for inspecting Python objects.
Uses syntax highlighting for presenting the various information elements.
Similar in spirit to the inspect module, but all calls take a name argument to reference the name under which an object is being read.
Aliases
-
IPython.core.oinspect