MCPcopy Index your code
hub / github.com/ipython/ipython / format

Method format

IPython/core/oinspect.py:416–417  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

414 self.set_theme_name(theme_name)
415
416 def format(self, *args, **kwargs):
417 return self.parser.format(*args, **kwargs)
418
419 def _getdef(self,obj,oname='') -> Union[str,None]:
420 """Return the call signature for any callable object.

Callers 15

pdefMethod · 0.95
psourceMethod · 0.95
pfileMethod · 0.95
code_formatterMethod · 0.95
tips.pyFile · 0.45
print_stack_traceMethod · 0.45
format_stack_entryMethod · 0.45
print_list_linesMethod · 0.45
stop_hereMethod · 0.45
do_upMethod · 0.45
do_downMethod · 0.45
_detect_screen_sizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected