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

Method run

python-client/src/datapane/_vendor/bottle.py:847–849  ·  view source on GitHub ↗

Calls :func:`run` with the same parameters.

(self, **kwargs)

Source from the content-addressed store, hash-verified

845 if hasattr(plugin, 'close'): plugin.close()
846
847 def run(self, **kwargs):
848 """ Calls :func:`run` with the same parameters. """
849 run(self, **kwargs)
850
851 def match(self, environ):
852 """ Search for a matching route and return a (:class:`Route`, urlargs)

Callers 11

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runFunction · 0.45
unix_compress_fileFunction · 0.45
unix_decompress_fileFunction · 0.45

Calls 1

runFunction · 0.85

Tested by

no test coverage detected