Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ sendCommand
Function
sendCommand
scripts/piped-work/get_gui_structure.py:41–44 ·
view source on GitHub ↗
( command )
Source
from the content-addressed store, hash-verified
39
print(
"-- File to read from has now been opened too\r\n"
)
40
41
def
sendCommand( command ) :
42
print(
"Send: >>> "
+command )
43
tofile.write( command + EOL )
44
tofile.flush()
45
46
def
getResponse() :
47
result =
''
Callers
1
doCommand
Function · 0.85
Calls
3
print
Function · 0.85
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected