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

Method __init__

src/sanitize.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59
60class PlaceHolder(ast.NodeTransformer):
61 def __init__(self):
62 pass
63
64 def visit_FunctionDef(self, node):
65 if len(node.body) == 0:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected