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

Method get

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

Equals :meth:`route`.

(self, path=None, method='GET', **options)

Source from the content-addressed store, hash-verified

918 return decorator(callback) if callback else decorator
919
920 def get(self, path=None, method='GET', **options):
921 """ Equals :meth:`route`. """
922 return self.route(path, method, **options)
923
924 def post(self, path=None, method='POST', **options):
925 """ Equals :meth:`route` with a ``POST`` method parameter. """

Callers 15

initFunction · 0.45
utils.pyFile · 0.45
buildMethod · 0.45
get_configMethod · 0.45
__init__Method · 0.45
get_urlMethod · 0.45
_castMethod · 0.45
wsgiMethod · 0.45
pathMethod · 0.45
methodMethod · 0.45
get_headerMethod · 0.45
cookiesMethod · 0.45

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected