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

Method close

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

Source from the content-addressed store, hash-verified

1493 return iter(self.body)
1494
1495 def close(self):
1496 if hasattr(self.body, 'close'):
1497 self.body.close()
1498
1499 @property
1500 def status_line(self):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected