|
| def | __init__ (self, regex, callback, max_matches=None) |
| |
| def | write (self, line, args, kwargs) |
| | Write a line to the stream. More...
|
| |
| def | close (self) |
| | Do not search the input any more, but allow calling of write() More...
|
| |
◆ __init__()
| def carputils.stream.RegexCallbackStream.__init__ |
( |
|
self, |
|
|
|
regex, |
|
|
|
callback, |
|
|
|
max_matches = None |
|
) |
| |
◆ close()
| def carputils.stream.RegexCallbackStream.close |
( |
|
self | ) |
|
Do not search the input any more, but allow calling of write()
◆ write()
| def carputils.stream.RegexCallbackStream.write |
( |
|
self, |
|
|
|
line, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Write a line to the stream.
The documentation for this class was generated from the following file: