MCPcopy
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
53class TestConfig1(TestConfigurable):
54 def initialize(self, pos_arg=None, a=None):
55 self.a = a
56 self.pos_arg = pos_arg
57
58
59class TestConfig2(TestConfigurable):

Callers 5

test_sigchildMethod · 0.45
test_sigchild_futureMethod · 0.45
test_sigchild_signalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected