MCPcopy Create free account
hub / github.com/SplootCode/splootcode / appendIdentifier

Function appendIdentifier

python/convert_ast.py:165–166  ·  view source on GitHub ↗
(name, tokens)

Source from the content-addressed store, hash-verified

163 tokens.append(node)
164
165def appendIdentifier(name, tokens):
166 tokens.append(SplootNode('PY_IDENTIFIER', {}, {'identifier': name.id}))
167
168def generateExpressionTokens(expr, tokens=None):
169 if tokens is None:

Callers 1

generateExpressionTokensFunction · 0.85

Calls 1

SplootNodeFunction · 0.70

Tested by

no test coverage detected