MCPcopy Index your code
hub / github.com/pythonstock/stock / options

Method options

backend/web/base.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 self.set_header("Access-Control-Expose-Headers", "Cache-Control, Content-Language, Content-Type, Expires, Last-Modified, Pragma")
24 # 同时定义一个option方法
25 def options(self):
26 self.set_status(204)
27 self.finish()
28
29 @property
30 def db(self):

Callers 2

chainWebpackFunction · 0.80
cFunction · 0.80

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected