MCPcopy Create free account
hub / github.com/EasyIME/PIME / initialize

Method initialize

python/python3/tornado/test/util_test.py:59–61  ·  view source on GitHub ↗
(self, pos_arg=None, a=None)

Source from the content-addressed store, hash-verified

57
58class TestConfig1(TestConfigurable):
59 def initialize(self, pos_arg=None, a=None):
60 self.a = a
61 self.pos_arg = pos_arg
62
63
64class 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