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

Method __repr__

plotly/callbacks.py:253–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 self._ys = ys
252
253 def __repr__(self):
254 return """\
255LassoSelector(xs={xs},
256 ys={ys})""".format(
257 xs=_list_repr_elided(self.xs, indent=len("LassoSelector(xs=")),
258 ys=_list_repr_elided(self.ys, indent=len(" ys=")),
259 )
260
261 @property
262 def type(self):

Callers

nothing calls this directly

Calls 2

_list_repr_elidedFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected