Python/getargs/paramsMeta

Search:
Group by:
Source   Edit  

params' metadata

Templates

template AsPyParam(s: string) {.pragma.}
Python's as in clinic input Source   Edit  
template convertVia(f: typed) {.pragma.}
converter is reserved word in Nim Source   Edit  
template startKwOnly() {.pragma.}
Python's * in param list, e.g. for Python's a: int, *, b=1, in npython you shall write as a: int, b{.startKwOnly.}=1 Source   Edit