Deprecated and invalid. Just raises an exception.
(self, force=False)
| 91 | return False |
| 92 | |
| 93 | def terminate (self, force=False): # pragma: no cover |
| 94 | '''Deprecated and invalid. Just raises an exception.''' |
| 95 | raise ExceptionPexpect('This method is not valid for file descriptors.') |
| 96 | |
| 97 | # These four methods are left around for backwards compatibility, but not |
| 98 | # documented as part of fdpexpect. You're encouraged to use os.write |
nothing calls this directly
no test coverage detected