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

Method fetch

python/dog.py:297–302  ·  view source on GitHub ↗
(self, name: str, drop_location: Point)

Source from the content-addressed store, hash-verified

295 self.pick_unknown(char)
296
297 def fetch(self, name: str, drop_location: Point):
298 fetch_char = name_char_map[name]
299 print(f"FETCHING {fetch_char}")
300 self.charge_if_needed()
301 self.pick_unknown(fetch_char)
302 self.drop_off(drop_location)
303
304 def build_at(self, location: Point) -> Optional[int]:
305 west = location.forward("W")

Callers 2

make_smeltableFunction · 0.80
makeFunction · 0.80

Calls 3

charge_if_neededMethod · 0.95
pick_unknownMethod · 0.95
drop_offMethod · 0.95

Tested by

no test coverage detected