Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SalesforceAIResearch/perfcodegen
/ visit_Import
Method
visit_Import
src/sanitize.py:161–162 ·
view source on GitHub ↗
(self, node)
Source
from the content-addressed store, hash-verified
159
self.root = ast.parse(code)
160
161
def
visit_Import(self, node):
162
return
None
163
164
def
visit_ImportFrom(self, node):
165
return
None
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected