MCPcopy
hub / github.com/beeware/toga / _removeInput

Method _removeInput

cocoa/tests_backend/hardware/camera.py:101–102  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

99 window.camera_session.inputs.append(input)
100
101 def _removeInput(input):
102 window.camera_session.inputs.remove(input)
103
104 window.camera_session = Mock(
105 inputs=[],

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected