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

Method test_import_module

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

Source from the content-addressed store, hash-verified

279 self.assertIs(import_object(u"tornado.escape.utf8"), utf8)
280
281 def test_import_module(self):
282 self.assertIs(import_object("tornado.escape"), tornado.escape)
283
284 def test_import_module_unicode(self):
285 # The internal implementation of __import__ differs depending on

Callers

nothing calls this directly

Calls 1

import_objectFunction · 0.90

Tested by

no test coverage detected