MCPcopy Index your code
hub / github.com/zappa/Zappa / silence

Method silence

zappa/cli.py:3522–3528  ·  view source on GitHub ↗

Route all stdout to null.

(self)

Source from the content-addressed store, hash-verified

3520 )
3521
3522 def silence(self):
3523 """
3524 Route all stdout to null.
3525 """
3526
3527 sys.stdout = open(os.devnull, "w")
3528 sys.stderr = open(os.devnull, "w")
3529
3530 def touch_endpoint(self, endpoint_url):
3531 """

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected