MCPcopy Create free account
hub / github.com/AstrBotDevs/AstrBot / save

Method save

tests/unit/test_cua_computer_use.py:1691–1693  ·  view source on GitHub ↗
(self, output, format)

Source from the content-addressed store, hash-verified

1689
1690 class SaveObject:
1691 def save(self, output, format):
1692 assert format == "PNG"
1693 output.write(_PNG_BYTES)
1694
1695 class FakeSandbox:
1696 async def screenshot(self):

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected