MCPcopy Create free account
hub / github.com/ipython/traitlets / print

Method print

examples/argcomplete_app.py:88–89  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

86 indent = Int(None, allow_none=True).tag(config=True, argcompleter=_indent_completions)
87
88 def print(self, obj):
89 print(json.dumps(obj, indent=self.indent))
90
91
92class EnvironPrinter(Configurable):

Callers 2

printMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected