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

Method test_import_member

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

Source from the content-addressed store, hash-verified

273
274class ImportObjectTest(unittest.TestCase):
275 def test_import_member(self):
276 self.assertIs(import_object("tornado.escape.utf8"), utf8)
277
278 def test_import_member_unicode(self):
279 self.assertIs(import_object(u"tornado.escape.utf8"), utf8)

Callers

nothing calls this directly

Calls 1

import_objectFunction · 0.90

Tested by

no test coverage detected