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