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

Method setUp

python/python3/tornado/test/util_test.py:234–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232
233class ArgReplacerTest(unittest.TestCase):
234 def setUp(self):
235 def function(x, y, callback=None, z=None):
236 pass
237
238 self.replacer = ArgReplacer(function, "callback")
239
240 def test_omitted(self):
241 args = (1, 2)

Callers

nothing calls this directly

Calls 1

ArgReplacerClass · 0.90

Tested by

no test coverage detected