Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ __init__
Method
__init__
tests/py/test_subprocess.py:120–122 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
118
""
"A process that prints 'listening on <port>' to stdout"
""
119
120
def
__init__(self, *args, **kwargs):
121
super(Server, self).__init__(*args, **kwargs)
122
self.port = self.expect(
"listening on ([0-9]+)$"
).group(1)
Callers
nothing calls this directly
Calls
2
__init__
Method · 0.45
expect
Method · 0.45
Tested by
no test coverage detected