MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / __call__

Method __call__

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

Each instance of :class:'Bottle' is a WSGI application.

(self, environ, start_response)

Source from the content-addressed store, hash-verified

981 return [tob(err)]
982
983 def __call__(self, environ, start_response):
984 ''' Each instance of :class:'Bottle' is a WSGI application. '''
985 return self.wsgi(environ, start_response)
986
987
988

Callers

nothing calls this directly

Calls 1

wsgiMethod · 0.95

Tested by

no test coverage detected