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

Method prepare

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

Do all on-demand work immediately (useful for debugging).

(self)

Source from the content-addressed store, hash-verified

503 self.__dict__.pop('call', None)
504
505 def prepare(self):
506 ''' Do all on-demand work immediately (useful for debugging).'''
507 self.call
508
509 @property
510 def _context(self):

Callers 3

resetMethod · 0.45
add_routeMethod · 0.45
templateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected