Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ initialize
Method
initialize
tornado/test/util_test.py:54–56 ·
view source on GitHub ↗
(self, pos_arg=None, a=None)
Source
from the content-addressed store, hash-verified
52
53
class
TestConfig1(TestConfigurable):
54
def
initialize(self, pos_arg=None, a=None):
55
self.a = a
56
self.pos_arg = pos_arg
57
58
59
class
TestConfig2(TestConfigurable):
Callers
5
test_sigchild
Method · 0.45
test_sigchild_future
Method · 0.45
test_sigchild_signal
Method · 0.45
test_wait_for_exit_raise
Method · 0.45
test_wait_for_exit_raise_disabled
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected