Objects/cellobject

Search:
Group by:
Source   Edit  

Types

PyCellObject = ref object of PyObject
  refObj*: PyObject
Source   Edit  

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