Templates
template Py_DECLARE_STR(name; str: static string)
- Source Edit
template Py_STR(name): PyStrObject
- Source Edit
template pyDUId(id: untyped{~nkRStrLit}): PyStrObject
- dunder(double underline) Py_ID Source Edit
template pyId(id: untyped{nkStrLit | nkRStrLit}): PyStrObject
- _Py_ID in CPython Source Edit
template pyId(id: untyped{~(nkRStrLit | nkStrLit)}): PyStrObject
- _Py_ID in CPython Source Edit