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

Method _singleton_printers_default

IPython/core/formatters.py:737–738  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

735 # Use the default pretty printers from IPython.lib.pretty.
736 @default('singleton_printers')
737 def _singleton_printers_default(self):
738 return pretty._singleton_pprinters.copy()
739
740 @default('type_printers')
741 def _type_printers_default(self):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected