Sha256: 3bcccdeffe388861096303a0f450c17e2b39bf3e8da3ac0f6dfdbac4bceef7fa
Contents?: true
Size: 223 Bytes
Versions: 30
Compression:
Stored size: 223 Bytes
Contents
from test_support import verify import _symtable symbols = _symtable.symtable("def f(x): return x", "?", "exec") verify(symbols[0].name == "global") verify(len([ste for ste in symbols.values() if ste.name == "f"]) == 1)
Version data entries
30 entries across 30 versions & 1 rubygems