- 08 Mar, 2023 3 commits
-
-
Xavier Thompson authored
-
Xavier Thompson authored
Apply an arbitrary transformation to module source code at load time before compiling it to bytecode and executing it, of the form: transform(source : str, name : str, filename : str) -> str | AST The result is passed to builtin compile() function wich accepts both str and AST objects.
-
Xavier Thompson authored
-