src/pylib/Lib/enum_impl/enumType

Search:
Group by:
Source   Edit  

Templates

template GenPyEnumInit(Self, Value: typedesc; sym) {.dirty.}
Source   Edit  
template GenPyEnumMeth(Self; Value: typedesc; genObjMeth = true;
                       genInit = false; nameError = NameError; Str = string) {.
    dirty.}
XXX: NIM-BUG: as std/tables is not working with bind once required at compile time, import std/tables is a must before using this template. Source   Edit