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

Method transport

python/dog.py:271–273  ·  view source on GitHub ↗
(self, char: str, from_loc: Point, to_loc: Point)

Source from the content-addressed store, hash-verified

269
270
271 def transport(self, char: str, from_loc: Point, to_loc: Point):
272 self.pick_known(char, from_loc)
273 self.drop_off(to_loc)
274
275
276 def pick_unknown(self, char: str):

Callers 4

make_smeltableFunction · 0.80
make_shapeFunction · 0.80
makeFunction · 0.80
main.pyFile · 0.80

Calls 2

pick_knownMethod · 0.95
drop_offMethod · 0.95

Tested by

no test coverage detected