src/pylib/Python/config_read_env

Source   Edit  

Procs

proc ib_b(name: string; flagInit: bool): bool {....raises: [],
    tags: [ReadEnvEffect], forbids: [].}
Source   Edit  
proc ib_b(name: string; flagInit: int): int {....raises: [], tags: [ReadEnvEffect],
    forbids: [].}
Source   Edit  
proc ib_e[T](name: string; flagInit: T): T
Source   Edit  
proc ib_i[T](name: string; flagInit: T): T
Source   Edit  
func toPyEnv(name: string): string {.inline, ...raises: [], tags: [], forbids: [].}
Source   Edit