MCPcopy Create free account
hub / github.com/cppla/ServerStatus / do_DELETE

Method do_DELETE

server/manage_api.py:471–472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

469 self.route()
470
471 def do_DELETE(self):
472 self.route()
473
474 def do_OPTIONS(self):
475 self.route()

Callers

nothing calls this directly

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected