Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
Create an emulator instance `visible` controls which executable will be used. `timeout` controls the timeout paramater to any Wait() command sent to x3270. `_sp` is normally not used but can be set to a mock object during testing.
src/p/y/py3270-0.2.0/py3270/tests/test_emulator.py py3270(Download)
def __init__(self, visible=False, timeout=3): Emulator.__init__(self, visible, timeout, _sp=mock.Mock()) class MCommand(Command):