mirror of
https://github.com/clearml/wexpect-venv
synced 2025-02-07 13:30:56 +00:00
Update README.md
This commit is contained in:
parent
f2822c0d42
commit
1ae6ce32c1
44
README.md
44
README.md
@ -41,19 +41,6 @@ child.sendline('exit')
|
|||||||
|
|
||||||
For more information see [examples](./examples) folder.
|
For more information see [examples](./examples) folder.
|
||||||
|
|
||||||
## Code Clean up!
|
|
||||||
|
|
||||||
Wexpect works only on Windows platforms. There are handy tools for other platforms. Therefore I will
|
|
||||||
remove any non-windows code. If you see following warning in your console please contact me to
|
|
||||||
prevent the removal of that function.
|
|
||||||
|
|
||||||
```
|
|
||||||
################################## WARNING ##################################
|
|
||||||
<some func> is deprecated, and will be removed soon.
|
|
||||||
Please contact me and report it at github.com/raczben/wexpect if you use it.
|
|
||||||
################################## WARNING ##################################
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
## What is it?
|
## What is it?
|
||||||
|
|
||||||
@ -121,13 +108,12 @@ child.sendline('exit')
|
|||||||
|
|
||||||
Call trace:
|
Call trace:
|
||||||
|
|
||||||
- ::spawn (line 289)
|
- ::spawn
|
||||||
- spawn_windows::__init__() (line 1639)
|
- spawn_windows::__init__()
|
||||||
- spawn_unix::__init__() (line 313)
|
- spawn_windows::_spawn()
|
||||||
- spawn_windows::_spawn() (line 1660)
|
- Wtty::spawn()
|
||||||
- Wtty::spawn() (line 1932)
|
- Wtty::startChild()
|
||||||
- Wtty::startChild() (line 1978)
|
- win32process.CreateProcess()
|
||||||
- win32process.CreateProcess() (line 2024)
|
|
||||||
|
|
||||||
|
|
||||||
### expect()
|
### expect()
|
||||||
@ -136,20 +122,20 @@ Call trace:
|
|||||||
|
|
||||||
Call trace:
|
Call trace:
|
||||||
|
|
||||||
- spawn_linux::expect() (line 1285)
|
- spawn_windows::expect()
|
||||||
- spawn_linux::expect_list() (line 1365)
|
- spawn_windows::expect_list()
|
||||||
- spawn_linux::expect_loop() (line 1397)
|
- spawn_windows::expect_loop()
|
||||||
- spawn_windows::read_nonblocking() (line 1635)
|
- spawn_windows::read_nonblocking()
|
||||||
- Wtty::read_nonblocking()
|
- Wtty::read_nonblocking()
|
||||||
- Wtty::readConsoleToCursor()
|
- Wtty::readConsoleToCursor()
|
||||||
- Wtty::readConsole() (line: 2153)
|
- Wtty::readConsole()
|
||||||
- __consout.ReadConsoleOutputCharacter() (line: 2176)
|
- __consout.ReadConsoleOutputCharacter()
|
||||||
|
|
||||||
|
|
||||||
### sendline()
|
### sendline()
|
||||||
|
|
||||||
`child.sendline('ls')`
|
`child.sendline('ls')`
|
||||||
|
|
||||||
- spawn_linux::sendline() (line 1008)
|
- spawn_windows::sendline()
|
||||||
- spawn_windows::send() (line 1795)
|
- spawn_windows::send()
|
||||||
- Wtty::write() (line 2111)
|
- Wtty::write()
|
||||||
|
Loading…
Reference in New Issue
Block a user