Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/beetbox/beets
/ get_method
Function
get_method
beetsplug/web/__init__.py:118–120 ·
view source on GitHub ↗
Returns the HTTP method of the current request.
()
Source
from the content-addressed store, hash-verified
116
117
118
def
get_method():
119
""
"Returns the HTTP method of the current request."
""
120
return
flask.request.method
121
122
123
def
resource(name, patchable=False):
Callers
1
responder
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected