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

Function object_info

IPython/core/oinspect.py:84–88  ·  view source on GitHub ↗

Make an object info dict with all fields present.

(**kw)

Source from the content-addressed store, hash-verified

82
83
84def object_info(**kw):
85 """Make an object info dict with all fields present."""
86 infodict = {k:None for k in info_fields}
87 infodict.update(kw)
88 return infodict
89
90
91def get_encoding(obj):

Callers 1

_infoMethod · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected