]> granicus.if.org Git - python/commit
Examples of metaprogramming in pure Python.
authorGuido van Rossum <guido@python.org>
Sat, 23 Aug 1997 21:14:37 +0000 (21:14 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 23 Aug 1997 21:14:37 +0000 (21:14 +0000)
commitbff110f3f10027cf03457556e42af2d3d87d5e7f
tree4d34a0b72fa24f21c572a1e6fb65a30f796a1368
parent558f66ff53e913070ca518559420148d5a9a034b
Examples of metaprogramming in pure Python.
Demo/metaclasses/Enum.py [new file with mode: 0644]
Demo/metaclasses/Trace.py [new file with mode: 0644]