MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-546539.py

File recipe-546539.py

recipes/Python/546539_Use_PEP_263_for_metaprogramming/recipe-546539.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# amachine.py
2# a tiny stack machine for our new language A, nothing special.
3import math, os, re, operator, sys
4end=[]

Callers

nothing calls this directly

Calls 3

replaceMethod · 0.45
compileMethod · 0.45
registerMethod · 0.45

Tested by

no test coverage detected