Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/beeware/toga
/ _addInput
Method
_addInput
cocoa/tests_backend/hardware/camera.py:98–99 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
96
# Mock creation of a camera Session
97
def
_mock_camera_session(window, device, flash):
98
def
_addInput(input):
99
window.camera_session.inputs.append(input)
100
101
def
_removeInput(input):
102
window.camera_session.inputs.remove(input)
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected