Lets
pyCellObjectType {.inject.} = newPyType("cell", pyObjectType)
- Source Edit
Procs
proc newPyCell(content: PyObject): PyCellObject {....raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc newPyCellSimple(): PyCellObject {.cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc ofExactPyCellObject(obj`gensym0: PyObject): bool {.cdecl, inline, ...raises: [], tags: [], forbids: [].}
- Source Edit
proc ofPyCellObject(obj`gensym0: PyObject): bool {.cdecl, inline, ...raises: [], tags: [], forbids: [].}
- Source Edit