MCPcopy Create free account
hub / github.com/asottile/nintendo-microcontrollers / do_impl

Function do_impl

scripts/engine.py:236–238  ·  view source on GitHub ↗
(vid: cv2.VideoCapture, ser: serial.Serial)

Source from the content-addressed store, hash-verified

234
235def do(*actions: Action) -> Action:
236 def do_impl(vid: cv2.VideoCapture, ser: serial.Serial) -> None:
237 for action in actions:
238 action(vid, ser)
239 return do_impl
240
241

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected