MCPcopy
hub / github.com/fluentpython/example-code-2e / get

Method get

21-async/mojifinder/bottle.py:824–826  ·  view source on GitHub ↗

Equals :meth:`route`.

(self, path=None, method='GET', **options)

Source from the content-addressed store, hash-verified

822 return decorator(callback) if callback else decorator
823
824 def get(self, path=None, method='GET', **options):
825 """ Equals :meth:`route`. """
826 return self.route(path, method, **options)
827
828 def post(self, path=None, method='POST', **options):
829 """ Equals :meth:`route` with a ``POST`` method parameter. """

Callers 15

__new__Method · 0.45
get_flagFunction · 0.45
get_flagFunction · 0.45
get_flagFunction · 0.45
get_countryFunction · 0.45
get_flagFunction · 0.45
get_flagFunction · 0.45
get_flagFunction · 0.45
loadFunction · 0.45
loadFunction · 0.45
loadFunction · 0.45
loadFunction · 0.45

Calls 1

routeMethod · 0.95

Tested by

no test coverage detected