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

Method patch

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

Equals :meth:`route` with a ``PATCH`` method parameter.

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

Source from the content-addressed store, hash-verified

934 return self.route(path, method, **options)
935
936 def patch(self, path=None, method='PATCH', **options):
937 """ Equals :meth:`route` with a ``PATCH`` method parameter. """
938 return self.route(path, method, **options)
939
940 def error(self, code=500, callback=None):
941 """ Register an output handler for a HTTP error code. Can

Callers

nothing calls this directly

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected