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

Method post

pywebio/platform/tornado_http.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 return self.get()
99
100 def post(self):
101 return self.get()
102
103 async def get(self):
104 context = TornadoHttpContext(self)

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected