MCPcopy Create free account
hub / github.com/SalesforceAIResearch/perfcodegen / __init__

Method __init__

src/sanitize.py:158–159  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

156
157class CommentRemover(ast.NodeTransformer):
158 def __init__(self, code):
159 self.root = ast.parse(code)
160
161 def visit_Import(self, node):
162 return None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected