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

Method setUp

python/python3/tornado/test/web_test.py:2736–2738  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2734 return dict(xsrf_cookies=True)
2735
2736 def setUp(self):
2737 super().setUp()
2738 self.xsrf_token = self.get_token()
2739
2740 def get_token(self, old_token=None, version=None):
2741 if old_token is not None:

Callers

nothing calls this directly

Calls 1

get_tokenMethod · 0.95

Tested by

no test coverage detected