Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pywebio/PyWebIO
/ options
Method
options
pywebio/platform/path_deploy.py:350–351 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
348
349
class
ReqHandler(tornado.web.RequestHandler):
350
def
options(self):
351
return
self.get()
352
353
def
post(self):
354
return
self.get()
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected