René's URL Explorer Experiment


Title: npython/Objects/byteobjects

direct link

Domain: npython.nimpylib.org

Nonetext/html; charset=utf-8

Links:

Indexhttps://npython.nimpylib.org/theindex.html
Importshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#6
Typeshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#7
CharsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#CharsView
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Letshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#9
pyByteArrayObjectTypehttps://npython.nimpylib.org/npython/Objects/byteobjects.html#pyByteArrayObjectType
pyBytesObjectTypehttps://npython.nimpylib.org/npython/Objects/byteobjects.html#pyBytesObjectType
Procshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#12
`$`(s: PyByteLike): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%24%2CPyByteLike
`&`(s1, s2: PyByteArrayObject): PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%26%2CPyByteArrayObject%2CPyByteArrayObject
`&`(s1, s2: PyBytesObject): PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%26%2CPyBytesObject%2CPyBytesObject
`==`(a, b: PyByteArrayObject): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%3D%3D%2CPyByteArrayObject%2CPyByteArrayObject
`==`(a, b: PyBytesObject): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%3D%3D%2CPyBytesObject%2CPyBytesObject
`[]`(s: PyByteLike; i: int): charhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%5B%5D%2CPyByteLike%2Cint
`[]=`(s: PyByteArrayObject; i: int; c: char)https://npython.nimpylib.org/npython/Objects/byteobjects.html#%5B%5D%3D%2CPyByteArrayObject%2Cint%2Cchar
add(s: PyByteArrayObject; c: char)https://npython.nimpylib.org/npython/Objects/byteobjects.html#add%2CPyByteArrayObject%2Cchar
add(self: PyByteArrayObject; b: PyByteLike)https://npython.nimpylib.org/npython/Objects/byteobjects.html#add%2CPyByteArrayObject%2CPyByteLike
add(self: var PyBytesWriter; c: char)https://npython.nimpylib.org/npython/Objects/byteobjects.html#add%2CPyBytesWriter%2Cchar
allocated(self: PyBytesWriter): inthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#allocated%2CPyBytesWriter
asString(s: PyByteArrayObject): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#asString%2CPyByteArrayObject
asString(s: PyBytesObject): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#asString%2CPyBytesObject
bufferNotImpl(): PyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#bufferNotImpl
charsView(s: PyByteArrayObject): CharsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#charsView%2CPyByteArrayObject
charsView(s: PyBytesObject): CharsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#charsView%2CPyBytesObject
contains(s: PyByteLike; c: char): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#contains%2CPyByteLike%2Cchar
finish(self: sink PyBytesWriter): PyObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#finish%2CsinkPyBytesWriter
finish(self: sink PyBytesWriter; res: PyObject)https://npython.nimpylib.org/npython/Objects/byteobjects.html#finish%2CsinkPyBytesWriter%2CPyObject
getCharPtr(s: PyByteLike; i: int): ptr charhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#getCharPtr%2CPyByteLike%2Cint
getInt(s: PyByteLike; i: int): PyIntObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#getInt%2CPyByteLike%2Cint
hash(self: PyBytesObject): Hashhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#hash%2CPyBytesObject
initFromObject(self: PyByteArrayObject; x: PyObject): PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#initFromObject%2CPyByteArrayObject%2CPyObject
initPyBytesWriter(): PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#initPyBytesWriter
initPyBytesWriter(cap: int): PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#initPyBytesWriter%2Cint
len(s: PyByteLike): inthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#len%2CPyByteLike
len(self: PyBytesWriter): inthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#len%2CPyBytesWriter
newPyByteArray(): PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray
newPyByteArray(s: sink seq[char]): PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray%2Csinkseq%5Bchar%5D
newPyByteArray(size: int): PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray%2Cint
newPyByteArray[T: SingleChar](s: openArray[T]): PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray%2CopenArray%5BT%5D
newPyByteArraySimple(): PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArraySimple
newPyBytes(): PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes
newPyBytes(s: sink seq[char]): PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes%2Csinkseq%5Bchar%5D
newPyBytes(size: int): PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes%2Cint
newPyBytes[T: SingleChar](s: openArray[T]): PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes%2CopenArray%5BT%5D
newPyBytesSimple(): PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytesSimple
ofExactPyByteArrayObject(obj`gensym5: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofExactPyByteArrayObject%2CPyObject
ofExactPyBytesObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofExactPyBytesObject%2CPyObject
ofPyByteArrayObject(obj`gensym5: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofPyByteArrayObject%2CPyObject
ofPyBytesObject(obj`gensym0: PyObject): boolhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofPyBytesObject%2CPyObject
PyByteArray_FromObject(x: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArray_FromObject%2CPyObject
PyBytes_FromObject(x: PyObject): PyObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytes_FromObject%2CPyObject
repr(b: PyByteArrayObject): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#repr%2CPyByteArrayObject
repr(b: PyBytesObject): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#repr%2CPyBytesObject
reset(self: var PyBytesWriter; cap: int = 0)https://npython.nimpylib.org/npython/Objects/byteobjects.html#reset%2CPyBytesWriter%2Cint
setLen(self: PyByteArrayObject; n: int)https://npython.nimpylib.org/npython/Objects/byteobjects.html#setLen%2CPyByteArrayObject%2Cint
Methodshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#14
`$`(s: PyByteArrayObject): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%24.e%2CPyByteArrayObject
`$`(s: PyBytesObject): stringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#%24.e%2CPyBytesObject
Iteratorshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#15
ints(s: PyByteLike): PyIntObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ints.i%2CPyByteLike
items(s: PyByteLike): charhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#items.i%2CPyByteLike
Templateshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#18
checkCharRangeOrRetVE(value: int; errSubject = "byte")https://npython.nimpylib.org/npython/Objects/byteobjects.html#checkCharRangeOrRetVE.t%2Cint%2Cstring
PyNumber_AsCharOr(vv: PyObject; errSubject = "byte"; orDoIt): charhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyNumber_AsCharOr.t%2CPyObject%2Cstring%2C
PyNumber_AsCharOrRet(vv: PyObject; errSubject = "byte"): charhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyNumber_AsCharOrRet.t%2CPyObject%2Cstring
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L1
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L1
Importshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#6
hashhttps://npython.nimpylib.org/npython/Objects/hash.html
pyobjecthttps://npython.nimpylib.org/npython/Objects/pyobject.html
abstract/iterhttps://npython.nimpylib.org/npython/Objects/abstract/iter.html
listobjecthttps://npython.nimpylib.org/npython/Objects/listobject.html
tupleobjectImplhttps://npython.nimpylib.org/npython/Objects/tupleobjectImpl.html
stringobjecthttps://npython.nimpylib.org/npython/Objects/stringobject.html
exceptionshttps://npython.nimpylib.org/npython/Objects/exceptions.html
iterobjecthttps://npython.nimpylib.org/npython/Objects/iterobject.html
numobjects/intobject/declhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html
numobjects/intobject/ops_imp_warnhttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/ops_imp_warn.html
../Utils/addr0https://npython.nimpylib.org/npython/Utils/addr0.html
Typeshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#7
CharsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#CharsView
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L68
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L68
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L17
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L17
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L14
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L14
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L25
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L25
Letshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#9
pyByteArrayObjectTypehttps://npython.nimpylib.org/npython/Objects/byteobjects.html#pyByteArrayObjectType
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
pyBytesObjectTypehttps://npython.nimpylib.org/npython/Objects/byteobjects.html#pyBytesObjectType
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/byteobjects.html#12
`$`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%24%2CPyByteLike
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L56
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L56
`&`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%26%2CPyByteArrayObject%2CPyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L108
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L108
`&`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%26%2CPyBytesObject%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L107
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L107
`==`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%3D%3D%2CPyByteArrayObject%2CPyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L54
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L54
`==`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%3D%3D%2CPyBytesObject%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L53
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L53
`[]`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%5B%5D%2CPyByteLike%2Cint
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L62
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L62
`[]=`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%5B%5D%3D%2CPyByteArrayObject%2Cint%2Cchar
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L126
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L126
addhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#add%2CPyByteArrayObject%2Cchar
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L127
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L127
addhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#add%2CPyByteArrayObject%2CPyByteLike
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L129
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L129
addhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#add%2CPyBytesWriter%2Cchar
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L34
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L34
allocatedhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#allocated%2CPyBytesWriter
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L30
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L30
asStringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#asString%2CPyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L78
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L78
asStringhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#asString%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L78
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L78
bufferNotImplhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#bufferNotImpl
PyNotImplementedErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/sub.html#PyNotImplementedErrorObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L136
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L136
charsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#charsView%2CPyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
CharsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#CharsView
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L79
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L79
charsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#charsView%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
CharsViewhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#CharsView
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L79
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L79
containshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#contains%2CPyByteLike%2Cchar
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L61
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L61
finishhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#finish%2CsinkPyBytesWriter
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L41
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L41
finishhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#finish%2CsinkPyBytesWriter%2CPyObject
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L115
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L115
getCharPtrhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#getCharPtr%2CPyByteLike%2Cint
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L70
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L70
getInthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#getInt%2CPyByteLike%2Cint
PyIntObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#PyIntObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L63
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L63
hashhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#hash%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L19
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L19
initFromObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#initFromObject%2CPyByteArrayObject%2CPyObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
PyBaseErrorObjecthttps://npython.nimpylib.org/npython/Objects/exceptions/base.html#PyBaseErrorObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L206
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L206
initPyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#initPyBytesWriter
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L31
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L31
initPyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#initPyBytesWriter%2Cint
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L38
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L38
lenhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#len%2CPyByteLike
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L55
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L55
lenhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#len%2CPyBytesWriter
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L33
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L33
newPyByteArrayhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L97
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L97
newPyByteArrayhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray%2Csinkseq%5Bchar%5D
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L84
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L84
newPyByteArrayhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray%2Cint
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L93
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L93
newPyByteArrayhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArray%2CopenArray%5BT%5D
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L91
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L91
newPyByteArraySimplehttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyByteArraySimple
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
newPyByteshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L97
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L97
newPyByteshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes%2Csinkseq%5Bchar%5D
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L84
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L84
newPyByteshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes%2Cint
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L93
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L93
newPyByteshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytes%2CopenArray%5BT%5D
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L91
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L91
newPyBytesSimplehttps://npython.nimpylib.org/npython/Objects/byteobjects.html#newPyBytesSimple
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L942
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L942
ofExactPyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofExactPyByteArrayObject%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
ofExactPyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofExactPyBytesObject%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
ofPyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofPyByteArrayObject%2CPyObject
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/pyobject.nim#L934
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/pyobject.nim#L934
ofPyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ofPyBytesObject%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
PyByteArray_FromObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArray_FromObject%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/byteobjects.nim#L216
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L216
PyBytes_FromObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytes_FromObject%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/byteobjects.nim#L199
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L199
reprhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#repr%2CPyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L122
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L122
reprhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#repr%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L119
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L119
resethttps://npython.nimpylib.org/npython/Objects/byteobjects.html#reset%2CPyBytesWriter%2Cint
PyBytesWriterhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesWriter
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L35
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L35
setLenhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#setLen%2CPyByteArrayObject%2Cint
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L130
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L130
Methodshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#14
`$`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%24.e%2CPyByteArrayObject
PyByteArrayObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyByteArrayObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L83
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L83
`$`https://npython.nimpylib.org/npython/Objects/byteobjects.html#%24.e%2CPyBytesObject
PyBytesObjecthttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyBytesObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L83
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L83
Iteratorshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#15
intshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#ints.i%2CPyByteLike
PyIntObjecthttps://npython.nimpylib.org/npython/Objects/numobjects/intobject/decl.html#PyIntObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L59
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L59
itemshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#items.i%2CPyByteLike
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L57
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L57
Templateshttps://npython.nimpylib.org/npython/Objects/byteobjects.html#18
checkCharRangeOrRetVEhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#checkCharRangeOrRetVE.t%2Cint%2Cstring
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L132
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L132
PyNumber_AsCharOrhttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyNumber_AsCharOr.t%2CPyObject%2Cstring%2C
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L140
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L140
PyNumber_AsCharOrRethttps://npython.nimpylib.org/npython/Objects/byteobjects.html#PyNumber_AsCharOrRet.t%2CPyObject%2Cstring
PyObjecthttps://npython.nimpylib.org/npython/Objects/pyobjectBase.html#PyObject
Sourcehttps://github.com/nimpylib/npython/tree/master/npython/Objects/byteobjects.nim#L150
Edithttps://github.com/nimpylib/npython/edit/devel/npython/Objects/byteobjects.nim#L150

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


URLs of crawlers that visited me.