Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/simplejson/simplejson
/ run
Method
run
setup.py:76–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
pass
75
76
def
run(self):
77
import
sys
78
import
subprocess
79
raise
SystemExit(
80
subprocess.call([sys.executable,
81
# Turn on deprecation warnings
82
'-Wd'
,
83
'simplejson/tests/__init__.py'
]))
84
85
86
def
run_setup(with_binary):
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected