Python/getargs/tovalUtils

Search:
Group by:
Source   Edit  

Procs

proc getNameOfParam(p: NimNode): NimNode {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc getPyNameOfParamAsStr(n: NimNode): string {....raises: [], tags: [],
    forbids: [].}
consider prefer {.AsPyParam.}'s argument if present Source   Edit  
proc getPyParamConverterImpl(v: NimNode; isTyped = false): tuple[
    varname, cvt: NimNode] {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc isKwOnlyStartImpl(p: NimNode): bool {....raises: [], tags: [], forbids: [].}
Source   Edit