MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _implicitNameOp

Method _implicitNameOp

Lib/compiler/pycodegen.py:299–309  ·  view source on GitHub ↗

Emit name ops for names generated implicitly by for loops The interpreter generates names that start with a period or dollar sign. The symbol table ignores these names because they aren't present in the program text.

(self, prefix, name)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

visitWithMethod · 0.95

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected