MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / __init__

Method __init__

python/smelter.py:16–18  ·  view source on GitHub ↗
(self, port: int, location: Point)

Source from the content-addressed store, hash-verified

14class Smelter(Agent):
15
16 def __init__(self, port: int, location: Point):
17 super().__init__(port, location)
18 self.powered = False
19
20 def stat(self) -> Tuple[int, Counter, Counter]:
21 parts = self.send("STAT").split()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected