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

Method _context

21-async/mojifinder/bottle.py:510–514  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

508
509 @property
510 def _context(self):
511 depr('Switch to Plugin API v2 and access the Route object directly.') #0.12
512 return dict(rule=self.rule, method=self.method, callback=self.callback,
513 name=self.name, app=self.app, config=self.config,
514 apply=self.plugins, skip=self.skiplist)
515
516 def all_plugins(self):
517 ''' Yield all Plugins affecting this route. '''

Callers

nothing calls this directly

Calls 1

deprFunction · 0.85

Tested by

no test coverage detected