Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ setUpClass
Method
setUpClass
bpython/test/__init__.py:11–12 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
9
class
FixLanguageTestCase(unittest.TestCase):
10
@classmethod
11
def
setUpClass(cls):
12
init(languages=[
"en"
])
13
14
15
class
MagicIterMock(unittest.mock.MagicMock):
Callers
nothing calls this directly
Calls
1
init
Function · 0.90
Tested by
no test coverage detected