Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
3
import
math, os, re, operator, sys
4
end=[]
Callers
nothing calls this directly
Calls
3
replace
Method · 0.45
compile
Method · 0.45
register
Method · 0.45
Tested by
no test coverage detected