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

Method thread_inner

python/python3/tornado/test/gen_test.py:1095–1096  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

1093 self.assertEqual(ctx_var.get(), x)
1094
1095 def thread_inner(self, x):
1096 self.assertEqual(ctx_var.get(), x)
1097
1098 @gen_test
1099 def test_propagate(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected