MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / post

Method post

pywebio/platform/path_deploy.py:353–354  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

351 return self.get()
352
353 def post(self):
354 return self.get()
355
356 def get(self):
357 context = TornadoHttpContext(self)

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected