Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ options
Method
options
pywebio/platform/tornado_http.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
96
class
MainHandler(tornado.web.RequestHandler):
97
def
options(self):
98
return
self.get()
99
100
def
post(self):
101
return
self.get()
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected