Types
PyNotImplementedObject = ref object of PyObject
- Source Edit
Lets
pyNotImplemented = newPyNotImplementedSimple()
- singleton Source Edit
pyNotImplementedObjectType {.inject.} = newPyType("notimplemented", pyObjectType)
- Source Edit
Procs
proc isNotImplemented(obj: PyObject): bool {....raises: [], tags: [], forbids: [].}
- Source Edit
proc newPyNotImplementedObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject {. cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc newPyNotImplementedSimple(): PyNotImplementedObject {.cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc ofExactPyNotImplementedObject(obj`gensym0: PyObject): bool {.cdecl, inline, ...raises: [], tags: [], forbids: [].}
- Source Edit
proc ofPyNotImplementedObject(obj`gensym0: PyObject): bool {.cdecl, inline, ...raises: [], tags: [], forbids: [].}
- Source Edit
proc reprPyNotImplementedObjectMagic(selfNoCast: PyObject): PyObject {.cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
Methods
method `$`(self: PyNotImplementedObject): string {....raises: [], tags: [], forbids: [].}
- Source Edit