MCPcopy
hub / github.com/pyload/pyload / __call__

Method __call__

module/lib/bottle.py:841–843  ·  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

839 return [tob(err)]
840
841 def __call__(self, environ, start_response):
842 ''' Each instance of :class:'Bottle' is a WSGI application. '''
843 return self.wsgi(environ, start_response)
844
845
846

Callers

nothing calls this directly

Calls 1

wsgiMethod · 0.95

Tested by

no test coverage detected