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

Method _singleton_printers_default

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

Source from the content-addressed store, hash-verified

672 # Use the default pretty printers from IPython.lib.pretty.
673 @default('singleton_printers')
674 def _singleton_printers_default(self):
675 return pretty._singleton_pprinters.copy()
676
677 @default('type_printers')
678 def _type_printers_default(self):

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected