Procs
proc sort(self: PyListObject; keyfunc: PyObject; reversed = false): PyBaseErrorObject {. ...raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
proc sort(self: PyListObject; reversed = false): PyBaseErrorObject {....raises: [], tags: [RootEffect], forbids: [].}
- Source Edit
Exports
-
insertPyListObjectMethod, newPyList, reprPyListObjectMagic, genMutableSequenceMethods, newPyList, containsPyListObjectMagic, popPyListObjectMethod, mulPyListObjectMagic, append, newPyListSimple, initPyListObjectMagic, eqPyListObjectMagic, ofExactPyListObject, removePyListObjectMethod, newPyList, copyPyListObjectMethod, imulPyListObjectMagic, extendPyListObjectMethod, pairs, helloPyListObjectMethod, getitemPyListObjectMagic, lenPyListObjectMagic, extend, addPyListObjectMagic, []=, doreadPyListObjectMethod, ofPyListObject, pyListObjectType, items, aintPyListObjectMethod, reversePyListObjectMethod, appendPyListObjectMethod, PyListObject, setitemPyListObjectMagic, []=, newPyList, hashPyListObjectMagic, len, iterPyListObjectMagic, add, iaddPyListObjectMagic, countPyListObjectMethod, delitemPyListObjectMagic, indexPyListObjectMethod, clearPyListObjectMethod, doclearPyListObjectMethod, []