MCPcopy Index your code
hub / github.com/hugapi/hug / call

Method call

hug/routing.py:573–575  ·  view source on GitHub ↗

Sets the acceptable HTTP method to all known

(self, **overrides)

Source from the content-addressed store, hash-verified

571 return self.where(accept="CONNECT", **overrides)
572
573 def call(self, **overrides):
574 """Sets the acceptable HTTP method to all known"""
575 return self.where(accept=HTTP_METHODS, **overrides)
576
577 def http(self, **overrides):
578 """Sets the acceptable HTTP method to all known"""

Callers 4

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
test_callMethod · 0.80

Calls 1

whereMethod · 0.95

Tested by 4

__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
test_callMethod · 0.64