MCPcopy Create free account
hub / github.com/datapane/datapane / __repr__

Method __repr__

python-client/src/datapane/_vendor/bottle.py:3219–3222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3217 pass
3218
3219 def __repr__(self):
3220 args = ', '.join('%s=%s' % (k, repr(v))
3221 for k, v in self.options.items())
3222 return "%s(%s)" % (self.__class__.__name__, args)
3223
3224
3225class CGIServer(ServerAdapter):

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected