MCPcopy Index your code
hub / github.com/plotly/plotly.py / __init__

Method __init__

plotly/utils.py:117–119  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

115 """
116
117 def __init__(self, *args, **kwargs):
118 self.threshold = kwargs.pop("threshold", 200)
119 PrettyPrinter.__init__(self, *args, **kwargs)
120
121 def _format(self, val, stream, indent, allowance, context, level):
122 if ElidedWrapper.is_wrappable(val):

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected