unicon.eal.backend package¶
Submodules¶
unicon.eal.backend.pty_backend module¶
- Module:
unicon.eal.backend.pty_backend
- Authors:
ATS TEAM (ats-dev@cisco.com, CSG(STEP) - India)
- Description:
Spawn class is used to invoke commands with which we need to interact. It provides methods for interacting with the spawned commands by using methods like send/expect. It is very similar in intent as Tcl/Expect’s spawn command.