fxrank-lang-python 0.4.1

Python (libcst-based) frontend for FxRank's effect-cost profiler.
Documentation
1
2
3
4
5
6
# fxrank-fixture: function-local imports (FIX 5). The ONLY import in this file is
# inside the function body, so resolution requires file-wide import collection.

def f(c):
    import subprocess
    subprocess.run(c, shell=True)   # process.control effect + dynamic.code risk