fxrank-lang-python 0.3.0

Python (libcst-based) frontend for FxRank's effect-cost profiler.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
def top():
    return 1

class C:
    def method(self):
        pass

async def fetcher():
    pass

g = lambda x: x * 2
h = lambda: 0                # empty-ish body (no inner &str) — must still anchor
nested = lambda a: (lambda b: b)   # outer + inner lambda, distinct anchors