MCPcopy Index your code
hub / github.com/bpython/bpython / setUp

Method setUp

bpython/test/test_importcompletion.py:107–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105
106class TestRealComplete(unittest.TestCase):
107 def setUp(self):
108 self.module_gatherer = ModuleGatherer()
109 while self.module_gatherer.find_coroutine():
110 pass
111 __import__("sys")
112 __import__("os")
113
114 def test_from_attribute(self):
115 self.assertSetEqual(

Callers

nothing calls this directly

Calls 2

ModuleGathererClass · 0.90
find_coroutineMethod · 0.80

Tested by

no test coverage detected