René's URL Explorer Experiment


Title: npython/Objects/sliceobject

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#7
PyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PyEllipsisObject
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
Letshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#9
pyEllipsishttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pyEllipsis
pyEllipsisObjectTypehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pyEllipsisObjectType
pySliceObjectTypehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pySliceObjectType
Procshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#12
calLen(self: PySliceObject; res: var int): PyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#calLen%2CPySliceObject%2Cint
getSliceItems[T](slice: PySliceObject; src: openArray[T]; dest: var (seq[T] | string)): PyObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#getSliceItems%2CPySliceObject%2CopenArray%5BT%5D%2C
newPyEllipsisObjectMagic(args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPyEllipsisObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
newPyEllipsisSimple(): PyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPyEllipsisSimple
newPySlice(start, stop, step: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPySlice%2CPyObject%2CPyObject%2CPyObject
newPySliceSimple(): PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPySliceSimple
ofExactPyEllipsisObject(obj`gensym21: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofExactPyEllipsisObject%2CPyObject
ofExactPySliceObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofExactPySliceObject%2CPyObject
ofPyEllipsisObject(obj`gensym21: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofPyEllipsisObject%2CPyObject
ofPySliceObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofPySliceObject%2CPyObject
reprPyEllipsisObjectMagic(selfNoCast: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#reprPyEllipsisObjectMagic%2CPyObject
Methodshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#14
`$`(self: PyEllipsisObject): stringhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#%24.e%2CPyEllipsisObject
Templateshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#18
calLenOrRetOF(self: PySliceObject): inthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#calLenOrRetOF.t%2CPySliceObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#6
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
noneobjecthttps://npython.nimpylib.org/npython/Objects/noneobject.html
numobjects/intobject/declhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html
numobjects/intobject/opshttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops.html
numobjects/intobject/idxHelpershttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/idxHelpers.html
../Utils/rangeLenhttps://npython.nimpylib.org/npython/Utils/rangeLen.html
bltcommonhttps://npython.nimpylib.org/npython/Objects/bltcommon.html
Typeshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#7
PyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PyEllipsisObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L106
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L106
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L12
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L12
Letshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#9
pyEllipsishttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pyEllipsis
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L108
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L108
pyEllipsisObjectTypehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pyEllipsisObjectType
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925
pySliceObjectTypehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#pySliceObjectType
pyObjectTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#pyObjectType
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L925
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L925
Procshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#12
calLenhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#calLen%2CPySliceObject%2Cint
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
PyOverflowErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyOverflowErrorObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L46
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L46
getSliceItemshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#getSliceItems%2CPySliceObject%2CopenArray%5BT%5D%2C
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L69
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L69
newPyEllipsisObjectMagichttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPyEllipsisObjectMagic%2CopenArray%5BPyObject%5D%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyKwArgTypehttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyKwArgType
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L638
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L638
newPyEllipsisSimplehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPyEllipsisSimple
PyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PyEllipsisObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
newPySlicehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPySlice%2CPyObject%2CPyObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L18
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L18
newPySliceSimplehttps://npython.nimpylib.org/npython/Objects/sliceobject.html#newPySliceSimple
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
ofExactPyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofExactPyEllipsisObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927
ofExactPySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofExactPySliceObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L927
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L927
ofPyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofPyEllipsisObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L931
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L931
ofPySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#ofPySliceObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L931
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L931
reprPyEllipsisObjectMagichttps://npython.nimpylib.org/npython/Objects/sliceobject.html#reprPyEllipsisObjectMagic%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L629
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L629
Methodshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#14
`$`https://npython.nimpylib.org/npython/Objects/sliceobject.html#%24.e%2CPyEllipsisObject
PyEllipsisObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PyEllipsisObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L111
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L111
Templateshttps://npython.nimpylib.org/npython/Objects/sliceobject.html#18
calLenOrRetOFhttps://npython.nimpylib.org/npython/Objects/sliceobject.html#calLenOrRetOF.t%2CPySliceObject
PySliceObjecthttps://npython.nimpylib.org/npython/Objects/sliceobject.html#PySliceObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/sliceobject.nim#L61
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/sliceobject.nim#L61

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.