sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.89k stars 195 forks source link

fix: allow generic parameter names in function callbacks #862

Closed sansyrox closed 2 weeks ago

sansyrox commented 2 weeks ago

e.g.

allow

@app.get('/')
def fx(r: Request):
  ...