MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / ProcessCommandActiveSource

Method ProcessCommandActiveSource

src/pyCecClient/pyCecClient.py:107–108  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105
106 # send an active source message
107 def ProcessCommandActiveSource(self):
108 self.lib.SetActiveSource()
109
110 # send a standby command
111 def ProcessCommandStandby(self):

Callers 1

MainLoopMethod · 0.95

Calls 1

SetActiveSourceMethod · 0.45

Tested by

no test coverage detected