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

Method __init__

plotly/utils.py:57–60  ·  view source on GitHub ↗
(self, v, threshold, indent)

Source from the content-addressed store, hash-verified

55 """
56
57 def __init__(self, v, threshold, indent):
58 self.v = v
59 self.indent = indent
60 self.threshold = threshold
61
62 @staticmethod
63 def is_wrappable(v):

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected