src/cpython/dis

    Dark Mode
Search:
Group by:

Lets

opname: seq[string] = to(getAttr(pyImport("dis"), "opname"), seq[string])
cmp_op: seq[string] = to(getAttr(pyImport("dis"), "cmp_op"), seq[string])
hasconst: seq[int] = to(getAttr(pyImport("dis"), "hasconst"), seq[int])
hasfree: seq[int] = to(getAttr(pyImport("dis"), "hasfree"), seq[int])
hasname: seq[int] = to(getAttr(pyImport("dis"), "hasname"), seq[int])
hasjrel: seq[int] = to(getAttr(pyImport("dis"), "hasjrel"), seq[int])
hasjabs: seq[int] = to(getAttr(pyImport("dis"), "hasjabs"), seq[int])
haslocal: seq[int] = to(getAttr(pyImport("dis"), "haslocal"), seq[int])
hascompare: seq[int] = to(getAttr(pyImport("dis"), "hascompare"), seq[int])