MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-52228.py

File recipe-52228.py

recipes/Python/52228_Remote_control_with_telnetlib/recipe-52228.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# auto_telnet.py - remote control via telnet
2import os, sys, string, telnetlib
3from getpass import getpass
4

Callers

nothing calls this directly

Calls 7

AutoTelnetClass · 0.85
openFunction · 0.50
getMethod · 0.45
getoptMethod · 0.45
exitMethod · 0.45
readlinesMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected