René's URL Explorer Experiment


Title: Built-in Types — Python 3.9.24 documentation

Generator: Docutils 0.17.1: http://docutils.sourceforge.net/

direct link

Domain: docs.python.org

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3.9/contents.html
Built-in Typeshttps://docs.python.org/3.9/library/stdtypes.html
Truth Value Testinghttps://docs.python.org/3.9/library/stdtypes.html#truth-value-testing
Boolean Operations — and, or, nothttps://docs.python.org/3.9/library/stdtypes.html#boolean-operations-and-or-not
Comparisonshttps://docs.python.org/3.9/library/stdtypes.html#comparisons
Numeric Types — int, float, complexhttps://docs.python.org/3.9/library/stdtypes.html#numeric-types-int-float-complex
Bitwise Operations on Integer Typeshttps://docs.python.org/3.9/library/stdtypes.html#bitwise-operations-on-integer-types
Additional Methods on Integer Typeshttps://docs.python.org/3.9/library/stdtypes.html#additional-methods-on-integer-types
Additional Methods on Floathttps://docs.python.org/3.9/library/stdtypes.html#additional-methods-on-float
Hashing of numeric typeshttps://docs.python.org/3.9/library/stdtypes.html#hashing-of-numeric-types
Iterator Typeshttps://docs.python.org/3.9/library/stdtypes.html#iterator-types
Generator Typeshttps://docs.python.org/3.9/library/stdtypes.html#generator-types
Sequence Types — list, tuple, rangehttps://docs.python.org/3.9/library/stdtypes.html#sequence-types-list-tuple-range
Common Sequence Operationshttps://docs.python.org/3.9/library/stdtypes.html#common-sequence-operations
Immutable Sequence Typeshttps://docs.python.org/3.9/library/stdtypes.html#immutable-sequence-types
Mutable Sequence Typeshttps://docs.python.org/3.9/library/stdtypes.html#mutable-sequence-types
Listshttps://docs.python.org/3.9/library/stdtypes.html#lists
Tupleshttps://docs.python.org/3.9/library/stdtypes.html#tuples
Rangeshttps://docs.python.org/3.9/library/stdtypes.html#ranges
Text Sequence Type — strhttps://docs.python.org/3.9/library/stdtypes.html#text-sequence-type-str
String Methodshttps://docs.python.org/3.9/library/stdtypes.html#string-methods
printf-style String Formattinghttps://docs.python.org/3.9/library/stdtypes.html#printf-style-string-formatting
Binary Sequence Types — bytes, bytearray, memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
Bytes Objectshttps://docs.python.org/3.9/library/stdtypes.html#bytes-objects
Bytearray Objectshttps://docs.python.org/3.9/library/stdtypes.html#bytearray-objects
Bytes and Bytearray Operationshttps://docs.python.org/3.9/library/stdtypes.html#bytes-and-bytearray-operations
printf-style Bytes Formattinghttps://docs.python.org/3.9/library/stdtypes.html#printf-style-bytes-formatting
Memory Viewshttps://docs.python.org/3.9/library/stdtypes.html#memory-views
Set Types — set, frozensethttps://docs.python.org/3.9/library/stdtypes.html#set-types-set-frozenset
Mapping Types — dicthttps://docs.python.org/3.9/library/stdtypes.html#mapping-types-dict
Dictionary view objectshttps://docs.python.org/3.9/library/stdtypes.html#dictionary-view-objects
Context Manager Typeshttps://docs.python.org/3.9/library/stdtypes.html#context-manager-types
Generic Alias Typehttps://docs.python.org/3.9/library/stdtypes.html#generic-alias-type
Standard Generic Classeshttps://docs.python.org/3.9/library/stdtypes.html#standard-generic-classes
Special Attributes of GenericAlias objectshttps://docs.python.org/3.9/library/stdtypes.html#special-attributes-of-genericalias-objects
Other Built-in Typeshttps://docs.python.org/3.9/library/stdtypes.html#other-built-in-types
Moduleshttps://docs.python.org/3.9/library/stdtypes.html#modules
Classes and Class Instanceshttps://docs.python.org/3.9/library/stdtypes.html#classes-and-class-instances
Functionshttps://docs.python.org/3.9/library/stdtypes.html#functions
Methodshttps://docs.python.org/3.9/library/stdtypes.html#methods
Code Objectshttps://docs.python.org/3.9/library/stdtypes.html#code-objects
Type Objectshttps://docs.python.org/3.9/library/stdtypes.html#type-objects
The Null Objecthttps://docs.python.org/3.9/library/stdtypes.html#the-null-object
The Ellipsis Objecthttps://docs.python.org/3.9/library/stdtypes.html#the-ellipsis-object
The NotImplemented Objecthttps://docs.python.org/3.9/library/stdtypes.html#the-notimplemented-object
Boolean Valueshttps://docs.python.org/3.9/library/stdtypes.html#boolean-values
Internal Objectshttps://docs.python.org/3.9/library/stdtypes.html#internal-objects
Special Attributeshttps://docs.python.org/3.9/library/stdtypes.html#special-attributes
Integer string conversion length limitationhttps://docs.python.org/3.9/library/stdtypes.html#integer-string-conversion-length-limitation
Affected APIshttps://docs.python.org/3.9/library/stdtypes.html#affected-apis
Configuring the limithttps://docs.python.org/3.9/library/stdtypes.html#configuring-the-limit
Recommended configurationhttps://docs.python.org/3.9/library/stdtypes.html#recommended-configuration
Built-in Constantshttps://docs.python.org/3.9/library/constants.html
Built-in Exceptionshttps://docs.python.org/3.9/library/exceptions.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/library/stdtypes.rst
Python documentation for the current stable releasehttps://docs.python.org/3/library/stdtypes.html
indexhttps://docs.python.org/3.9/genindex.html
moduleshttps://docs.python.org/3.9/py-modindex.html
nexthttps://docs.python.org/3.9/library/exceptions.html
previoushttps://docs.python.org/3.9/library/constants.html
Pythonhttps://www.python.org/
3.9.24 Documentationhttps://docs.python.org/3.9/index.html
The Python Standard Libraryhttps://docs.python.org/3.9/library/index.html
https://docs.python.org/3.9/library/stdtypes.html#built-in-types
repr()https://docs.python.org/3.9/library/functions.html#repr
str()https://docs.python.org/3.9/library/stdtypes.html#str
print()https://docs.python.org/3.9/library/functions.html#print
https://docs.python.org/3.9/library/stdtypes.html#truth-value-testing
ifhttps://docs.python.org/3.9/reference/compound_stmts.html#if
whilehttps://docs.python.org/3.9/reference/compound_stmts.html#while
__bool__()https://docs.python.org/3.9/reference/datamodel.html#object.__bool__
__len__()https://docs.python.org/3.9/reference/datamodel.html#object.__len__
1https://docs.python.org/3.9/library/stdtypes.html#id12
https://docs.python.org/3.9/library/stdtypes.html#boolean-operations-and-or-not
https://docs.python.org/3.9/library/stdtypes.html#comparisons
ishttps://docs.python.org/3.9/reference/expressions.html#is
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
__eq__()https://docs.python.org/3.9/reference/datamodel.html#object.__eq__
__lt__()https://docs.python.org/3.9/reference/datamodel.html#object.__lt__
__le__()https://docs.python.org/3.9/reference/datamodel.html#object.__le__
__gt__()https://docs.python.org/3.9/reference/datamodel.html#object.__gt__
__ge__()https://docs.python.org/3.9/reference/datamodel.html#object.__ge__
__lt__()https://docs.python.org/3.9/reference/datamodel.html#object.__lt__
__eq__()https://docs.python.org/3.9/reference/datamodel.html#object.__eq__
ishttps://docs.python.org/3.9/reference/expressions.html#is
is nothttps://docs.python.org/3.9/reference/expressions.html#is-not
inhttps://docs.python.org/3.9/reference/expressions.html#in
not inhttps://docs.python.org/3.9/reference/expressions.html#not-in
iterablehttps://docs.python.org/3.9/glossary.html#term-iterable
__contains__()https://docs.python.org/3.9/reference/datamodel.html#object.__contains__
inthttps://docs.python.org/3.9/library/functions.html#int
floathttps://docs.python.org/3.9/library/functions.html#float
complexhttps://docs.python.org/3.9/library/functions.html#complex
https://docs.python.org/3.9/library/stdtypes.html#numeric-types-int-float-complex
sys.float_infohttps://docs.python.org/3.9/library/sys.html#sys.float_info
fractions.Fractionhttps://docs.python.org/3.9/library/fractions.html#fractions.Fraction
decimal.Decimalhttps://docs.python.org/3.9/library/decimal.html#decimal.Decimal
2https://docs.python.org/3.9/library/stdtypes.html#id13
int()https://docs.python.org/3.9/library/functions.html#int
float()https://docs.python.org/3.9/library/functions.html#float
complex()https://docs.python.org/3.9/library/functions.html#complex
Operator precedencehttps://docs.python.org/3.9/reference/expressions.html#operator-summary
abs()https://docs.python.org/3.9/library/functions.html#abs
int()https://docs.python.org/3.9/library/functions.html#int
float()https://docs.python.org/3.9/library/functions.html#float
complex()https://docs.python.org/3.9/library/functions.html#complex
divmod()https://docs.python.org/3.9/library/functions.html#divmod
pow()https://docs.python.org/3.9/library/functions.html#pow
abs()https://docs.python.org/3.9/library/functions.html#abs
math.floor()https://docs.python.org/3.9/library/math.html#math.floor
math.ceil()https://docs.python.org/3.9/library/math.html#math.ceil
https://www.unicode.org/Public/13.0.0/ucd/extracted/DerivedNumericType.txthttps://www.unicode.org/Public/13.0.0/ucd/extracted/DerivedNumericType.txt
numbers.Realhttps://docs.python.org/3.9/library/numbers.html#numbers.Real
inthttps://docs.python.org/3.9/library/functions.html#int
floathttps://docs.python.org/3.9/library/functions.html#float
math.trunc(x)https://docs.python.org/3.9/library/math.html#math.trunc
Integralhttps://docs.python.org/3.9/library/numbers.html#numbers.Integral
round(x[, n])https://docs.python.org/3.9/library/functions.html#round
math.floor(x)https://docs.python.org/3.9/library/math.html#math.floor
Integralhttps://docs.python.org/3.9/library/numbers.html#numbers.Integral
math.ceil(x)https://docs.python.org/3.9/library/math.html#math.ceil
Integralhttps://docs.python.org/3.9/library/numbers.html#numbers.Integral
mathhttps://docs.python.org/3.9/library/math.html#module-math
cmathhttps://docs.python.org/3.9/library/cmath.html#module-cmath
https://docs.python.org/3.9/library/stdtypes.html#bitwise-operations-on-integer-types
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
https://docs.python.org/3.9/library/stdtypes.html#additional-methods-on-integer-types
numbers.Integralhttps://docs.python.org/3.9/library/numbers.html#numbers.Integral
abstract base classhttps://docs.python.org/3.9/glossary.html#term-abstract-base-class
https://docs.python.org/3.9/library/stdtypes.html#int.bit_length
https://docs.python.org/3.9/library/stdtypes.html#int.to_bytes
OverflowErrorhttps://docs.python.org/3.9/library/exceptions.html#OverflowError
sys.byteorderhttps://docs.python.org/3.9/library/sys.html#sys.byteorder
OverflowErrorhttps://docs.python.org/3.9/library/exceptions.html#OverflowError
https://docs.python.org/3.9/library/stdtypes.html#int.from_bytes
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
sys.byteorderhttps://docs.python.org/3.9/library/sys.html#sys.byteorder
https://docs.python.org/3.9/library/stdtypes.html#int.as_integer_ratio
https://docs.python.org/3.9/library/stdtypes.html#additional-methods-on-float
numbers.Realhttps://docs.python.org/3.9/library/numbers.html#numbers.Real
abstract base classhttps://docs.python.org/3.9/glossary.html#term-abstract-base-class
https://docs.python.org/3.9/library/stdtypes.html#float.as_integer_ratio
OverflowErrorhttps://docs.python.org/3.9/library/exceptions.html#OverflowError
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
https://docs.python.org/3.9/library/stdtypes.html#float.is_integer
https://docs.python.org/3.9/library/stdtypes.html#float.hex
https://docs.python.org/3.9/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/3.9/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/3.9/library/stdtypes.html#float.fromhex
float.hex()https://docs.python.org/3.9/library/stdtypes.html#float.hex
float.fromhex()https://docs.python.org/3.9/library/stdtypes.html#float.fromhex
https://docs.python.org/3.9/library/stdtypes.html#hashing-of-numeric-types
__hash__()https://docs.python.org/3.9/reference/datamodel.html#object.__hash__
inthttps://docs.python.org/3.9/library/functions.html#int
floathttps://docs.python.org/3.9/library/functions.html#float
decimal.Decimalhttps://docs.python.org/3.9/library/decimal.html#decimal.Decimal
fractions.Fractionhttps://docs.python.org/3.9/library/fractions.html#fractions.Fraction
inthttps://docs.python.org/3.9/library/functions.html#int
fractions.Fractionhttps://docs.python.org/3.9/library/fractions.html#fractions.Fraction
floathttps://docs.python.org/3.9/library/functions.html#float
decimal.Decimalhttps://docs.python.org/3.9/library/decimal.html#decimal.Decimal
sys.hash_infohttps://docs.python.org/3.9/library/sys.html#sys.hash_info
complexhttps://docs.python.org/3.9/library/functions.html#complex
floathttps://docs.python.org/3.9/library/functions.html#float
complexhttps://docs.python.org/3.9/library/functions.html#complex
https://docs.python.org/3.9/library/stdtypes.html#iterator-types
https://docs.python.org/3.9/library/stdtypes.html#container.__iter__
tp_iterhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_iter
https://docs.python.org/3.9/library/stdtypes.html#iterator.__iter__
forhttps://docs.python.org/3.9/reference/compound_stmts.html#for
inhttps://docs.python.org/3.9/reference/expressions.html#in
tp_iterhttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_iter
https://docs.python.org/3.9/library/stdtypes.html#iterator.__next__
StopIterationhttps://docs.python.org/3.9/library/exceptions.html#StopIteration
tp_iternexthttps://docs.python.org/3.9/c-api/typeobj.html#c.PyTypeObject.tp_iternext
__next__()https://docs.python.org/3.9/library/stdtypes.html#iterator.__next__
StopIterationhttps://docs.python.org/3.9/library/exceptions.html#StopIteration
https://docs.python.org/3.9/library/stdtypes.html#generator-types
generatorhttps://docs.python.org/3.9/glossary.html#term-generator
__iter__()https://docs.python.org/3.9/reference/datamodel.html#object.__iter__
__iter__()https://docs.python.org/3.9/reference/datamodel.html#object.__iter__
__next__()https://docs.python.org/3.9/reference/expressions.html#generator.__next__
the documentation for the yield expressionhttps://docs.python.org/3.9/reference/expressions.html#yieldexpr
listhttps://docs.python.org/3.9/library/stdtypes.html#list
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
rangehttps://docs.python.org/3.9/library/stdtypes.html#range
https://docs.python.org/3.9/library/stdtypes.html#sequence-types-list-tuple-range
binary datahttps://docs.python.org/3.9/library/stdtypes.html#binaryseq
text stringshttps://docs.python.org/3.9/library/stdtypes.html#textseq
https://docs.python.org/3.9/library/stdtypes.html#common-sequence-operations
collections.abc.Sequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Sequence
3https://docs.python.org/3.9/library/stdtypes.html#id14
Comparisonshttps://docs.python.org/3.9/reference/expressions.html#comparisons
strhttps://docs.python.org/3.9/library/stdtypes.html#str
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
How do I create a multidimensional list?https://docs.python.org/3.9/faq/programming.html#faq-multidimensional-list
strhttps://docs.python.org/3.9/library/stdtypes.html#str
str.join()https://docs.python.org/3.9/library/stdtypes.html#str.join
io.StringIOhttps://docs.python.org/3.9/library/io.html#io.StringIO
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytes.join()https://docs.python.org/3.9/library/stdtypes.html#bytes.join
io.BytesIOhttps://docs.python.org/3.9/library/io.html#io.BytesIO
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
listhttps://docs.python.org/3.9/library/stdtypes.html#list
rangehttps://docs.python.org/3.9/library/stdtypes.html#range
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
https://docs.python.org/3.9/library/stdtypes.html#immutable-sequence-types
hash()https://docs.python.org/3.9/library/functions.html#hash
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
https://docs.python.org/3.9/library/stdtypes.html#mutable-sequence-types
collections.abc.MutableSequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.MutableSequence
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
sethttps://docs.python.org/3.9/library/stdtypes.html#set
collections.abc.MutableSequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.MutableSequence
__index__()https://docs.python.org/3.9/reference/datamodel.html#object.__index__
Common Sequence Operationshttps://docs.python.org/3.9/library/stdtypes.html#typesseq-common
https://docs.python.org/3.9/library/stdtypes.html#lists
https://docs.python.org/3.9/library/stdtypes.html#list
sorted()https://docs.python.org/3.9/library/functions.html#sorted
commonhttps://docs.python.org/3.9/library/stdtypes.html#typesseq-common
mutablehttps://docs.python.org/3.9/library/stdtypes.html#typesseq-mutable
https://docs.python.org/3.9/library/stdtypes.html#list.sort
sort()https://docs.python.org/3.9/library/stdtypes.html#list.sort
keyword-only argumentshttps://docs.python.org/3.9/glossary.html#keyword-only-parameter
functools.cmp_to_key()https://docs.python.org/3.9/library/functools.html#functools.cmp_to_key
sorted()https://docs.python.org/3.9/library/functions.html#sorted
sort()https://docs.python.org/3.9/library/stdtypes.html#list.sort
Sorting HOW TOhttps://docs.python.org/3.9/howto/sorting.html#sortinghowto
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
https://docs.python.org/3.9/library/stdtypes.html#tuples
enumerate()https://docs.python.org/3.9/library/functions.html#enumerate
sethttps://docs.python.org/3.9/library/stdtypes.html#set
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
https://docs.python.org/3.9/library/stdtypes.html#tuple
tuple()https://docs.python.org/3.9/library/stdtypes.html#tuple
commonhttps://docs.python.org/3.9/library/stdtypes.html#typesseq-common
collections.namedtuple()https://docs.python.org/3.9/library/collections.html#collections.namedtuple
https://docs.python.org/3.9/library/stdtypes.html#ranges
rangehttps://docs.python.org/3.9/library/stdtypes.html#range
forhttps://docs.python.org/3.9/reference/compound_stmts.html#for
https://docs.python.org/3.9/library/stdtypes.html#range
inthttps://docs.python.org/3.9/library/functions.html#int
__index__()https://docs.python.org/3.9/reference/datamodel.html#object.__index__
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
sys.maxsizehttps://docs.python.org/3.9/library/sys.html#sys.maxsize
len()https://docs.python.org/3.9/library/functions.html#len
OverflowErrorhttps://docs.python.org/3.9/library/exceptions.html#OverflowError
commonhttps://docs.python.org/3.9/library/stdtypes.html#typesseq-common
https://docs.python.org/3.9/library/stdtypes.html#range.start
https://docs.python.org/3.9/library/stdtypes.html#range.stop
https://docs.python.org/3.9/library/stdtypes.html#range.step
rangehttps://docs.python.org/3.9/library/stdtypes.html#range
listhttps://docs.python.org/3.9/library/stdtypes.html#list
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
rangehttps://docs.python.org/3.9/library/stdtypes.html#range
collections.abc.Sequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Sequence
Sequence Types — list, tuple, rangehttps://docs.python.org/3.9/library/stdtypes.html#typesseq
starthttps://docs.python.org/3.9/library/stdtypes.html#range.start
stophttps://docs.python.org/3.9/library/stdtypes.html#range.stop
stephttps://docs.python.org/3.9/library/stdtypes.html#range.step
inthttps://docs.python.org/3.9/library/functions.html#int
starthttps://docs.python.org/3.9/library/stdtypes.html#range.start
stophttps://docs.python.org/3.9/library/stdtypes.html#range.stop
stephttps://docs.python.org/3.9/library/stdtypes.html#range.step
linspace recipehttp://code.activestate.com/recipes/579000/
strhttps://docs.python.org/3.9/library/stdtypes.html#str
https://docs.python.org/3.9/library/stdtypes.html#text-sequence-type-str
strhttps://docs.python.org/3.9/library/stdtypes.html#str
sequenceshttps://docs.python.org/3.9/library/stdtypes.html#typesseq
String and Bytes literalshttps://docs.python.org/3.9/reference/lexical_analysis.html#strings
strhttps://docs.python.org/3.9/library/stdtypes.html#str
str.join()https://docs.python.org/3.9/library/stdtypes.html#str.join
io.StringIOhttps://docs.python.org/3.9/library/io.html#io.StringIO
https://docs.python.org/3.9/library/stdtypes.html#str
stringhttps://docs.python.org/3.9/library/stdtypes.html#textseq
type(object).__str__(object)https://docs.python.org/3.9/reference/datamodel.html#object.__str__
__str__()https://docs.python.org/3.9/reference/datamodel.html#object.__str__
str()https://docs.python.org/3.9/library/stdtypes.html#str
repr(object)https://docs.python.org/3.9/library/functions.html#repr
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
bytes.decode(encoding, errors)https://docs.python.org/3.9/library/stdtypes.html#bytes.decode
bytes.decode()https://docs.python.org/3.9/library/stdtypes.html#bytes.decode
Binary Sequence Types — bytes, bytearray, memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#binaryseq
Buffer Protocolhttps://docs.python.org/3.9/c-api/buffer.html#bufferobjects
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
str()https://docs.python.org/3.9/library/stdtypes.html#str
-bhttps://docs.python.org/3.9/using/cmdline.html#cmdoption-b
Text Sequence Type — strhttps://docs.python.org/3.9/library/stdtypes.html#textseq
String Methodshttps://docs.python.org/3.9/library/stdtypes.html#string-methods
Formatted string literalshttps://docs.python.org/3.9/reference/lexical_analysis.html#f-strings
Format String Syntaxhttps://docs.python.org/3.9/library/string.html#formatstrings
Text Processing Serviceshttps://docs.python.org/3.9/library/text.html#stringservices
https://docs.python.org/3.9/library/stdtypes.html#string-methods
commonhttps://docs.python.org/3.9/library/stdtypes.html#typesseq-common
str.format()https://docs.python.org/3.9/library/stdtypes.html#str.format
Format String Syntaxhttps://docs.python.org/3.9/library/string.html#formatstrings
Custom String Formattinghttps://docs.python.org/3.9/library/string.html#string-formatting
printf-style String Formattinghttps://docs.python.org/3.9/library/stdtypes.html#old-string-formatting
Text Processing Serviceshttps://docs.python.org/3.9/library/text.html#textservices
rehttps://docs.python.org/3.9/library/re.html#module-re
https://docs.python.org/3.9/library/stdtypes.html#str.capitalize
https://docs.python.org/3.9/library/stdtypes.html#str.casefold
lower()https://docs.python.org/3.9/library/stdtypes.html#str.lower
casefold()https://docs.python.org/3.9/library/stdtypes.html#str.casefold
https://docs.python.org/3.9/library/stdtypes.html#str.center
https://docs.python.org/3.9/library/stdtypes.html#str.count
https://docs.python.org/3.9/library/stdtypes.html#str.encode
UnicodeErrorhttps://docs.python.org/3.9/library/exceptions.html#UnicodeError
codecs.register_error()https://docs.python.org/3.9/library/codecs.html#codecs.register_error
Error Handlershttps://docs.python.org/3.9/library/codecs.html#error-handlers
Standard Encodingshttps://docs.python.org/3.9/library/codecs.html#standard-encodings
Python Development Modehttps://docs.python.org/3.9/library/devmode.html#devmode
https://docs.python.org/3.9/library/stdtypes.html#str.endswith
https://docs.python.org/3.9/library/stdtypes.html#str.expandtabs
https://docs.python.org/3.9/library/stdtypes.html#str.find
find()https://docs.python.org/3.9/library/stdtypes.html#str.find
inhttps://docs.python.org/3.9/reference/expressions.html#in
https://docs.python.org/3.9/library/stdtypes.html#str.format
Format String Syntaxhttps://docs.python.org/3.9/library/string.html#formatstrings
inthttps://docs.python.org/3.9/library/functions.html#int
floathttps://docs.python.org/3.9/library/functions.html#float
complexhttps://docs.python.org/3.9/library/functions.html#complex
decimal.Decimalhttps://docs.python.org/3.9/library/decimal.html#decimal.Decimal
https://docs.python.org/3.9/library/stdtypes.html#str.format_map
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
https://docs.python.org/3.9/library/stdtypes.html#str.index
find()https://docs.python.org/3.9/library/stdtypes.html#str.find
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
https://docs.python.org/3.9/library/stdtypes.html#str.isalnum
https://docs.python.org/3.9/library/stdtypes.html#str.isalpha
https://docs.python.org/3.9/library/stdtypes.html#str.isascii
https://docs.python.org/3.9/library/stdtypes.html#str.isdecimal
https://docs.python.org/3.9/library/stdtypes.html#str.isdigit
https://docs.python.org/3.9/library/stdtypes.html#str.isidentifier
Identifiers and keywordshttps://docs.python.org/3.9/reference/lexical_analysis.html#identifiers
keyword.iskeyword()https://docs.python.org/3.9/library/keyword.html#keyword.iskeyword
defhttps://docs.python.org/3.9/reference/compound_stmts.html#def
classhttps://docs.python.org/3.9/reference/compound_stmts.html#class
https://docs.python.org/3.9/library/stdtypes.html#str.islower
4https://docs.python.org/3.9/library/stdtypes.html#id15
https://docs.python.org/3.9/library/stdtypes.html#str.isnumeric
https://docs.python.org/3.9/library/stdtypes.html#str.isprintable
repr()https://docs.python.org/3.9/library/functions.html#repr
sys.stdouthttps://docs.python.org/3.9/library/sys.html#sys.stdout
sys.stderrhttps://docs.python.org/3.9/library/sys.html#sys.stderr
https://docs.python.org/3.9/library/stdtypes.html#str.isspace
unicodedatahttps://docs.python.org/3.9/library/unicodedata.html#module-unicodedata
https://docs.python.org/3.9/library/stdtypes.html#str.istitle
https://docs.python.org/3.9/library/stdtypes.html#str.isupper
4https://docs.python.org/3.9/library/stdtypes.html#id15
https://docs.python.org/3.9/library/stdtypes.html#str.join
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
https://docs.python.org/3.9/library/stdtypes.html#str.ljust
https://docs.python.org/3.9/library/stdtypes.html#str.lower
4https://docs.python.org/3.9/library/stdtypes.html#id15
https://docs.python.org/3.9/library/stdtypes.html#str.lstrip
str.removeprefix()https://docs.python.org/3.9/library/stdtypes.html#str.removeprefix
https://docs.python.org/3.9/library/stdtypes.html#str.maketrans
str.translate()https://docs.python.org/3.9/library/stdtypes.html#str.translate
https://docs.python.org/3.9/library/stdtypes.html#str.partition
https://docs.python.org/3.9/library/stdtypes.html#str.removeprefix
https://docs.python.org/3.9/library/stdtypes.html#str.removesuffix
https://docs.python.org/3.9/library/stdtypes.html#str.replace
https://docs.python.org/3.9/library/stdtypes.html#str.rfind
https://docs.python.org/3.9/library/stdtypes.html#str.rindex
rfind()https://docs.python.org/3.9/library/stdtypes.html#str.rfind
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
https://docs.python.org/3.9/library/stdtypes.html#str.rjust
https://docs.python.org/3.9/library/stdtypes.html#str.rpartition
https://docs.python.org/3.9/library/stdtypes.html#str.rsplit
rsplit()https://docs.python.org/3.9/library/stdtypes.html#str.rsplit
split()https://docs.python.org/3.9/library/stdtypes.html#str.split
https://docs.python.org/3.9/library/stdtypes.html#str.rstrip
str.removesuffix()https://docs.python.org/3.9/library/stdtypes.html#str.removesuffix
https://docs.python.org/3.9/library/stdtypes.html#str.split
https://docs.python.org/3.9/library/stdtypes.html#str.splitlines
universal newlineshttps://docs.python.org/3.9/glossary.html#term-universal-newlines
split()https://docs.python.org/3.9/library/stdtypes.html#str.split
https://docs.python.org/3.9/library/stdtypes.html#str.startswith
https://docs.python.org/3.9/library/stdtypes.html#str.strip
https://docs.python.org/3.9/library/stdtypes.html#str.swapcase
https://docs.python.org/3.9/library/stdtypes.html#str.title
string.capwords()https://docs.python.org/3.9/library/string.html#string.capwords
https://docs.python.org/3.9/library/stdtypes.html#str.translate
__getitem__()https://docs.python.org/3.9/reference/datamodel.html#object.__getitem__
mappinghttps://docs.python.org/3.9/glossary.html#term-mapping
sequencehttps://docs.python.org/3.9/glossary.html#term-sequence
LookupErrorhttps://docs.python.org/3.9/library/exceptions.html#LookupError
str.maketrans()https://docs.python.org/3.9/library/stdtypes.html#str.maketrans
codecshttps://docs.python.org/3.9/library/codecs.html#module-codecs
https://docs.python.org/3.9/library/stdtypes.html#str.upper
4https://docs.python.org/3.9/library/stdtypes.html#id15
https://docs.python.org/3.9/library/stdtypes.html#str.zfill
https://docs.python.org/3.9/library/stdtypes.html#printf-style-string-formatting
formatted string literalshttps://docs.python.org/3.9/reference/lexical_analysis.html#f-strings
str.format()https://docs.python.org/3.9/library/stdtypes.html#str.format
template stringshttps://docs.python.org/3.9/library/string.html#template-strings
5https://docs.python.org/3.9/library/stdtypes.html#id16
repr()https://docs.python.org/3.9/library/functions.html#repr
str()https://docs.python.org/3.9/library/stdtypes.html#str
ascii()https://docs.python.org/3.9/library/functions.html#ascii
PEP 237https://www.python.org/dev/peps/pep-0237
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
https://docs.python.org/3.9/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
buffer protocolhttps://docs.python.org/3.9/c-api/buffer.html#bufferobjects
arrayhttps://docs.python.org/3.9/library/array.html#module-array
https://docs.python.org/3.9/library/stdtypes.html#bytes-objects
https://docs.python.org/3.9/library/stdtypes.html#bytes
String and Bytes literalshttps://docs.python.org/3.9/reference/lexical_analysis.html#strings
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
byteshttps://docs.python.org/3.9/library/functions.html#func-bytes
https://docs.python.org/3.9/library/stdtypes.html#bytes.fromhex
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytes.fromhex()https://docs.python.org/3.9/library/stdtypes.html#bytes.fromhex
https://docs.python.org/3.9/library/stdtypes.html#bytes.hex
bytes.hex()https://docs.python.org/3.9/library/stdtypes.html#bytes.hex
https://docs.python.org/3.9/library/stdtypes.html#bytearray-objects
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
https://docs.python.org/3.9/library/stdtypes.html#bytearray
mutablehttps://docs.python.org/3.9/library/stdtypes.html#typesseq-mutable
Bytes and Bytearray Operationshttps://docs.python.org/3.9/library/stdtypes.html#bytes-methods
bytearrayhttps://docs.python.org/3.9/library/functions.html#func-bytearray
https://docs.python.org/3.9/library/stdtypes.html#bytearray.fromhex
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
bytearray.fromhex()https://docs.python.org/3.9/library/stdtypes.html#bytearray.fromhex
https://docs.python.org/3.9/library/stdtypes.html#bytearray.hex
bytes.hex()https://docs.python.org/3.9/library/stdtypes.html#bytes.hex
bytearray.hex()https://docs.python.org/3.9/library/stdtypes.html#bytearray.hex
https://docs.python.org/3.9/library/stdtypes.html#bytes-and-bytearray-operations
commonhttps://docs.python.org/3.9/library/stdtypes.html#typesseq-common
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.count
https://docs.python.org/3.9/library/stdtypes.html#bytearray.count
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.removeprefix
https://docs.python.org/3.9/library/stdtypes.html#bytearray.removeprefix
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.removesuffix
https://docs.python.org/3.9/library/stdtypes.html#bytearray.removesuffix
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.decode
https://docs.python.org/3.9/library/stdtypes.html#bytearray.decode
UnicodeErrorhttps://docs.python.org/3.9/library/exceptions.html#UnicodeError
codecs.register_error()https://docs.python.org/3.9/library/codecs.html#codecs.register_error
Error Handlershttps://docs.python.org/3.9/library/codecs.html#error-handlers
Standard Encodingshttps://docs.python.org/3.9/library/codecs.html#standard-encodings
Python Development Modehttps://docs.python.org/3.9/library/devmode.html#devmode
strhttps://docs.python.org/3.9/library/stdtypes.html#str
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.endswith
https://docs.python.org/3.9/library/stdtypes.html#bytearray.endswith
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.find
https://docs.python.org/3.9/library/stdtypes.html#bytearray.find
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
find()https://docs.python.org/3.9/library/stdtypes.html#bytes.find
inhttps://docs.python.org/3.9/reference/expressions.html#in
https://docs.python.org/3.9/library/stdtypes.html#bytes.index
https://docs.python.org/3.9/library/stdtypes.html#bytearray.index
find()https://docs.python.org/3.9/library/stdtypes.html#bytes.find
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.join
https://docs.python.org/3.9/library/stdtypes.html#bytearray.join
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
bytes-like objectshttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
strhttps://docs.python.org/3.9/library/stdtypes.html#str
https://docs.python.org/3.9/library/stdtypes.html#bytes.maketrans
https://docs.python.org/3.9/library/stdtypes.html#bytearray.maketrans
bytes.translate()https://docs.python.org/3.9/library/stdtypes.html#bytes.translate
bytes-like objectshttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.partition
https://docs.python.org/3.9/library/stdtypes.html#bytearray.partition
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.replace
https://docs.python.org/3.9/library/stdtypes.html#bytearray.replace
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.rfind
https://docs.python.org/3.9/library/stdtypes.html#bytearray.rfind
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.rindex
https://docs.python.org/3.9/library/stdtypes.html#bytearray.rindex
rfind()https://docs.python.org/3.9/library/stdtypes.html#bytes.rfind
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.rpartition
https://docs.python.org/3.9/library/stdtypes.html#bytearray.rpartition
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.startswith
https://docs.python.org/3.9/library/stdtypes.html#bytearray.startswith
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.translate
https://docs.python.org/3.9/library/stdtypes.html#bytearray.translate
bytes.maketrans()https://docs.python.org/3.9/library/stdtypes.html#bytes.maketrans
https://docs.python.org/3.9/library/stdtypes.html#bytes.center
https://docs.python.org/3.9/library/stdtypes.html#bytearray.center
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
https://docs.python.org/3.9/library/stdtypes.html#bytes.ljust
https://docs.python.org/3.9/library/stdtypes.html#bytearray.ljust
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
https://docs.python.org/3.9/library/stdtypes.html#bytes.lstrip
https://docs.python.org/3.9/library/stdtypes.html#bytearray.lstrip
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
removeprefix()https://docs.python.org/3.9/library/stdtypes.html#bytes.removeprefix
https://docs.python.org/3.9/library/stdtypes.html#bytes.rjust
https://docs.python.org/3.9/library/stdtypes.html#bytearray.rjust
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
https://docs.python.org/3.9/library/stdtypes.html#bytes.rsplit
https://docs.python.org/3.9/library/stdtypes.html#bytearray.rsplit
rsplit()https://docs.python.org/3.9/library/stdtypes.html#bytearray.rsplit
split()https://docs.python.org/3.9/library/stdtypes.html#bytearray.split
https://docs.python.org/3.9/library/stdtypes.html#bytes.rstrip
https://docs.python.org/3.9/library/stdtypes.html#bytearray.rstrip
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
removesuffix()https://docs.python.org/3.9/library/stdtypes.html#bytes.removesuffix
https://docs.python.org/3.9/library/stdtypes.html#bytes.split
https://docs.python.org/3.9/library/stdtypes.html#bytearray.split
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.strip
https://docs.python.org/3.9/library/stdtypes.html#bytearray.strip
bytes-like objecthttps://docs.python.org/3.9/glossary.html#term-bytes-like-object
https://docs.python.org/3.9/library/stdtypes.html#bytes.capitalize
https://docs.python.org/3.9/library/stdtypes.html#bytearray.capitalize
https://docs.python.org/3.9/library/stdtypes.html#bytes.expandtabs
https://docs.python.org/3.9/library/stdtypes.html#bytearray.expandtabs
https://docs.python.org/3.9/library/stdtypes.html#bytes.isalnum
https://docs.python.org/3.9/library/stdtypes.html#bytearray.isalnum
https://docs.python.org/3.9/library/stdtypes.html#bytes.isalpha
https://docs.python.org/3.9/library/stdtypes.html#bytearray.isalpha
https://docs.python.org/3.9/library/stdtypes.html#bytes.isascii
https://docs.python.org/3.9/library/stdtypes.html#bytearray.isascii
https://docs.python.org/3.9/library/stdtypes.html#bytes.isdigit
https://docs.python.org/3.9/library/stdtypes.html#bytearray.isdigit
https://docs.python.org/3.9/library/stdtypes.html#bytes.islower
https://docs.python.org/3.9/library/stdtypes.html#bytearray.islower
https://docs.python.org/3.9/library/stdtypes.html#bytes.isspace
https://docs.python.org/3.9/library/stdtypes.html#bytearray.isspace
https://docs.python.org/3.9/library/stdtypes.html#bytes.istitle
https://docs.python.org/3.9/library/stdtypes.html#bytearray.istitle
bytes.title()https://docs.python.org/3.9/library/stdtypes.html#bytes.title
https://docs.python.org/3.9/library/stdtypes.html#bytes.isupper
https://docs.python.org/3.9/library/stdtypes.html#bytearray.isupper
https://docs.python.org/3.9/library/stdtypes.html#bytes.lower
https://docs.python.org/3.9/library/stdtypes.html#bytearray.lower
https://docs.python.org/3.9/library/stdtypes.html#bytes.splitlines
https://docs.python.org/3.9/library/stdtypes.html#bytearray.splitlines
universal newlineshttps://docs.python.org/3.9/glossary.html#term-universal-newlines
split()https://docs.python.org/3.9/library/stdtypes.html#bytes.split
https://docs.python.org/3.9/library/stdtypes.html#bytes.swapcase
https://docs.python.org/3.9/library/stdtypes.html#bytearray.swapcase
str.swapcase()https://docs.python.org/3.9/library/stdtypes.html#str.swapcase
https://docs.python.org/3.9/library/stdtypes.html#bytes.title
https://docs.python.org/3.9/library/stdtypes.html#bytearray.title
https://docs.python.org/3.9/library/stdtypes.html#bytes.upper
https://docs.python.org/3.9/library/stdtypes.html#bytearray.upper
https://docs.python.org/3.9/library/stdtypes.html#bytes.zfill
https://docs.python.org/3.9/library/stdtypes.html#bytearray.zfill
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
https://docs.python.org/3.9/library/stdtypes.html#printf-style-bytes-formatting
5https://docs.python.org/3.9/library/stdtypes.html#id16
buffer protocolhttps://docs.python.org/3.9/c-api/buffer.html#bufferobjects
__bytes__()https://docs.python.org/3.9/reference/datamodel.html#object.__bytes__
PEP 237https://www.python.org/dev/peps/pep-0237
PEP 461https://www.python.org/dev/peps/pep-0461
https://docs.python.org/3.9/library/stdtypes.html#memory-views
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
buffer protocolhttps://docs.python.org/3.9/c-api/buffer.html#bufferobjects
https://docs.python.org/3.9/library/stdtypes.html#memoryview
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
array.arrayhttps://docs.python.org/3.9/library/array.html#array.array
tolisthttps://docs.python.org/3.9/library/stdtypes.html#memoryview.tolist
itemsizehttps://docs.python.org/3.9/library/stdtypes.html#memoryview.itemsize
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
formathttps://docs.python.org/3.9/library/stdtypes.html#memoryview.format
structhttps://docs.python.org/3.9/library/struct.html#module-struct
collections.abc.Sequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Sequence
memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#memoryview
https://docs.python.org/3.9/library/stdtypes.html#memoryview.__eq__
PEP 3118https://www.python.org/dev/peps/pep-3118
structhttps://docs.python.org/3.9/library/struct.html#module-struct
structhttps://docs.python.org/3.9/library/struct.html#module-struct
tolist()https://docs.python.org/3.9/library/stdtypes.html#memoryview.tolist
structhttps://docs.python.org/3.9/library/struct.html#module-struct
https://docs.python.org/3.9/library/stdtypes.html#memoryview.tobytes
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
tobytes()https://docs.python.org/3.9/library/stdtypes.html#memoryview.tobytes
structhttps://docs.python.org/3.9/library/struct.html#module-struct
https://docs.python.org/3.9/library/stdtypes.html#memoryview.hex
bytes.hex()https://docs.python.org/3.9/library/stdtypes.html#bytes.hex
memoryview.hex()https://docs.python.org/3.9/library/stdtypes.html#memoryview.hex
https://docs.python.org/3.9/library/stdtypes.html#memoryview.tolist
tolist()https://docs.python.org/3.9/library/stdtypes.html#memoryview.tolist
structhttps://docs.python.org/3.9/library/struct.html#module-struct
https://docs.python.org/3.9/library/stdtypes.html#memoryview.toreadonly
https://docs.python.org/3.9/library/stdtypes.html#memoryview.release
bytearrayhttps://docs.python.org/3.9/library/stdtypes.html#bytearray
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
release()https://docs.python.org/3.9/library/stdtypes.html#memoryview.release
https://docs.python.org/3.9/library/stdtypes.html#memoryview.cast
contiguoushttps://docs.python.org/3.9/glossary.html#term-contiguous
structhttps://docs.python.org/3.9/library/struct.html#module-struct
https://docs.python.org/3.9/library/stdtypes.html#memoryview.obj
https://docs.python.org/3.9/library/stdtypes.html#memoryview.nbytes
https://docs.python.org/3.9/library/stdtypes.html#memoryview.readonly
https://docs.python.org/3.9/library/stdtypes.html#memoryview.format
structhttps://docs.python.org/3.9/library/struct.html#module-struct
tolist()https://docs.python.org/3.9/library/stdtypes.html#memoryview.tolist
https://docs.python.org/3.9/library/stdtypes.html#memoryview.itemsize
https://docs.python.org/3.9/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.9/library/stdtypes.html#memoryview.shape
ndimhttps://docs.python.org/3.9/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.9/library/stdtypes.html#memoryview.strides
ndimhttps://docs.python.org/3.9/library/stdtypes.html#memoryview.ndim
https://docs.python.org/3.9/library/stdtypes.html#memoryview.suboffsets
https://docs.python.org/3.9/library/stdtypes.html#memoryview.c_contiguous
contiguoushttps://docs.python.org/3.9/glossary.html#term-contiguous
https://docs.python.org/3.9/library/stdtypes.html#memoryview.f_contiguous
contiguoushttps://docs.python.org/3.9/glossary.html#term-contiguous
https://docs.python.org/3.9/library/stdtypes.html#memoryview.contiguous
contiguoushttps://docs.python.org/3.9/glossary.html#term-contiguous
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
https://docs.python.org/3.9/library/stdtypes.html#set-types-set-frozenset
hashablehttps://docs.python.org/3.9/glossary.html#term-hashable
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
listhttps://docs.python.org/3.9/library/stdtypes.html#list
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
collectionshttps://docs.python.org/3.9/library/collections.html#module-collections
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/3.9/glossary.html#term-hashable
sethttps://docs.python.org/3.9/library/stdtypes.html#set
https://docs.python.org/3.9/library/stdtypes.html#set
https://docs.python.org/3.9/library/stdtypes.html#frozenset
hashablehttps://docs.python.org/3.9/glossary.html#term-hashable
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
https://docs.python.org/3.9/library/stdtypes.html#frozenset.isdisjoint
https://docs.python.org/3.9/library/stdtypes.html#frozenset.issubset
https://docs.python.org/3.9/library/stdtypes.html#frozenset.issuperset
https://docs.python.org/3.9/library/stdtypes.html#frozenset.union
https://docs.python.org/3.9/library/stdtypes.html#frozenset.intersection
https://docs.python.org/3.9/library/stdtypes.html#frozenset.difference
https://docs.python.org/3.9/library/stdtypes.html#frozenset.symmetric_difference
https://docs.python.org/3.9/library/stdtypes.html#frozenset.copy
union()https://docs.python.org/3.9/library/stdtypes.html#frozenset.union
intersection()https://docs.python.org/3.9/library/stdtypes.html#frozenset.intersection
difference()https://docs.python.org/3.9/library/stdtypes.html#frozenset.difference
symmetric_difference()https://docs.python.org/3.9/library/stdtypes.html#frozenset.symmetric_difference
issubset()https://docs.python.org/3.9/library/stdtypes.html#frozenset.issubset
issuperset()https://docs.python.org/3.9/library/stdtypes.html#frozenset.issuperset
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
list.sort()https://docs.python.org/3.9/library/stdtypes.html#list.sort
hashablehttps://docs.python.org/3.9/glossary.html#term-hashable
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
https://docs.python.org/3.9/library/stdtypes.html#frozenset.update
https://docs.python.org/3.9/library/stdtypes.html#frozenset.intersection_update
https://docs.python.org/3.9/library/stdtypes.html#frozenset.difference_update
https://docs.python.org/3.9/library/stdtypes.html#frozenset.symmetric_difference_update
https://docs.python.org/3.9/library/stdtypes.html#frozenset.add
https://docs.python.org/3.9/library/stdtypes.html#frozenset.remove
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
https://docs.python.org/3.9/library/stdtypes.html#frozenset.discard
https://docs.python.org/3.9/library/stdtypes.html#frozenset.pop
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
https://docs.python.org/3.9/library/stdtypes.html#frozenset.clear
update()https://docs.python.org/3.9/library/stdtypes.html#frozenset.update
intersection_update()https://docs.python.org/3.9/library/stdtypes.html#frozenset.intersection_update
difference_update()https://docs.python.org/3.9/library/stdtypes.html#frozenset.difference_update
symmetric_difference_update()https://docs.python.org/3.9/library/stdtypes.html#frozenset.symmetric_difference_update
__contains__()https://docs.python.org/3.9/reference/datamodel.html#object.__contains__
remove()https://docs.python.org/3.9/library/stdtypes.html#frozenset.remove
discard()https://docs.python.org/3.9/library/stdtypes.html#frozenset.discard
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
https://docs.python.org/3.9/library/stdtypes.html#mapping-types-dict
mappinghttps://docs.python.org/3.9/glossary.html#term-mapping
hashablehttps://docs.python.org/3.9/glossary.html#term-hashable
listhttps://docs.python.org/3.9/library/stdtypes.html#list
sethttps://docs.python.org/3.9/library/stdtypes.html#set
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
collectionshttps://docs.python.org/3.9/library/collections.html#module-collections
hashablehttps://docs.python.org/3.9/glossary.html#term-hashable
https://docs.python.org/3.9/library/stdtypes.html#dict
iterablehttps://docs.python.org/3.9/glossary.html#term-iterable
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
__missing__()https://docs.python.org/3.9/reference/datamodel.html#object.__missing__
__missing__()https://docs.python.org/3.9/reference/datamodel.html#object.__missing__
__missing__()https://docs.python.org/3.9/reference/datamodel.html#object.__missing__
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
__missing__()https://docs.python.org/3.9/reference/datamodel.html#object.__missing__
collections.Counterhttps://docs.python.org/3.9/library/collections.html#collections.Counter
collections.defaultdicthttps://docs.python.org/3.9/library/collections.html#collections.defaultdict
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
https://docs.python.org/3.9/library/stdtypes.html#dict.clear
https://docs.python.org/3.9/library/stdtypes.html#dict.copy
https://docs.python.org/3.9/library/stdtypes.html#dict.fromkeys
fromkeys()https://docs.python.org/3.9/library/stdtypes.html#dict.fromkeys
dict comprehensionhttps://docs.python.org/3.9/reference/expressions.html#dict
https://docs.python.org/3.9/library/stdtypes.html#dict.get
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
https://docs.python.org/3.9/library/stdtypes.html#dict.items
documentation of view objectshttps://docs.python.org/3.9/library/stdtypes.html#dict-views
https://docs.python.org/3.9/library/stdtypes.html#dict.keys
documentation of view objectshttps://docs.python.org/3.9/library/stdtypes.html#dict-views
https://docs.python.org/3.9/library/stdtypes.html#dict.pop
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
https://docs.python.org/3.9/library/stdtypes.html#dict.popitem
popitem()https://docs.python.org/3.9/library/stdtypes.html#dict.popitem
popitem()https://docs.python.org/3.9/library/stdtypes.html#dict.popitem
KeyErrorhttps://docs.python.org/3.9/library/exceptions.html#KeyError
popitem()https://docs.python.org/3.9/library/stdtypes.html#dict.popitem
https://docs.python.org/3.9/library/stdtypes.html#dict.setdefault
https://docs.python.org/3.9/library/stdtypes.html#dict.update
update()https://docs.python.org/3.9/library/stdtypes.html#dict.update
https://docs.python.org/3.9/library/stdtypes.html#dict.values
documentation of view objectshttps://docs.python.org/3.9/library/stdtypes.html#dict-views
mappinghttps://docs.python.org/3.9/glossary.html#term-mapping
iterablehttps://docs.python.org/3.9/glossary.html#term-iterable
TypeErrorhttps://docs.python.org/3.9/library/exceptions.html#TypeError
types.MappingProxyTypehttps://docs.python.org/3.9/library/types.html#types.MappingProxyType
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
https://docs.python.org/3.9/library/stdtypes.html#dictionary-view-objects
dict.keys()https://docs.python.org/3.9/library/stdtypes.html#dict.keys
dict.values()https://docs.python.org/3.9/library/stdtypes.html#dict.values
dict.items()https://docs.python.org/3.9/library/stdtypes.html#dict.items
zip()https://docs.python.org/3.9/library/functions.html#zip
RuntimeErrorhttps://docs.python.org/3.9/library/exceptions.html#RuntimeError
collections.abc.Sethttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Set
https://docs.python.org/3.9/library/stdtypes.html#context-manager-types
withhttps://docs.python.org/3.9/reference/compound_stmts.html#with
https://docs.python.org/3.9/library/stdtypes.html#contextmanager.__enter__
withhttps://docs.python.org/3.9/reference/compound_stmts.html#with
file objecthttps://docs.python.org/3.9/glossary.html#term-file-object
open()https://docs.python.org/3.9/library/functions.html#open
withhttps://docs.python.org/3.9/reference/compound_stmts.html#with
decimal.localcontext()https://docs.python.org/3.9/library/decimal.html#decimal.localcontext
withhttps://docs.python.org/3.9/reference/compound_stmts.html#with
https://docs.python.org/3.9/library/stdtypes.html#contextmanager.__exit__
withhttps://docs.python.org/3.9/reference/compound_stmts.html#with
withhttps://docs.python.org/3.9/reference/compound_stmts.html#with
__exit__()https://docs.python.org/3.9/library/stdtypes.html#contextmanager.__exit__
contextlibhttps://docs.python.org/3.9/library/contextlib.html#module-contextlib
generatorhttps://docs.python.org/3.9/glossary.html#term-generator
contextlib.contextmanagerhttps://docs.python.org/3.9/library/contextlib.html#contextlib.contextmanager
contextlib.contextmanagerhttps://docs.python.org/3.9/library/contextlib.html#contextlib.contextmanager
__enter__()https://docs.python.org/3.9/library/stdtypes.html#contextmanager.__enter__
__exit__()https://docs.python.org/3.9/library/stdtypes.html#contextmanager.__exit__
https://docs.python.org/3.9/library/stdtypes.html#generic-alias-type
subscriptinghttps://docs.python.org/3.9/reference/expressions.html#subscriptions
container classeshttps://docs.python.org/3.9/reference/datamodel.html#sequence-types
listhttps://docs.python.org/3.9/library/stdtypes.html#list
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
inthttps://docs.python.org/3.9/library/functions.html#int
type annotationshttps://docs.python.org/3.9/glossary.html#term-annotation
__class_getitem__()https://docs.python.org/3.9/reference/datamodel.html#object.__class_getitem__
generic typehttps://docs.python.org/3.9/glossary.html#term-generic-type
subscriptionhttps://docs.python.org/3.9/reference/expressions.html#subscriptions
sethttps://docs.python.org/3.9/library/stdtypes.html#set
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
__class_getitem__()https://docs.python.org/3.9/reference/datamodel.html#object.__class_getitem__
regular expressionshttps://docs.python.org/3.9/library/re.html#module-re
strhttps://docs.python.org/3.9/library/stdtypes.html#str
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
re.Matchhttps://docs.python.org/3.9/library/re.html#match-objects
strhttps://docs.python.org/3.9/library/stdtypes.html#str
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
re.Matchhttps://docs.python.org/3.9/library/re.html#match-objects
types.GenericAliashttps://docs.python.org/3.9/library/types.html#types.GenericAlias
listhttps://docs.python.org/3.9/library/stdtypes.html#list
floathttps://docs.python.org/3.9/library/functions.html#float
mappinghttps://docs.python.org/3.9/glossary.html#term-mapping
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
strhttps://docs.python.org/3.9/library/stdtypes.html#str
inthttps://docs.python.org/3.9/library/functions.html#int
isinstance()https://docs.python.org/3.9/library/functions.html#isinstance
issubclass()https://docs.python.org/3.9/library/functions.html#issubclass
type annotationshttps://docs.python.org/3.9/glossary.html#term-annotation
repr()https://docs.python.org/3.9/library/functions.html#repr
str()https://docs.python.org/3.9/library/stdtypes.html#str
__getitem__()https://docs.python.org/3.9/reference/datamodel.html#object.__getitem__
type variableshttps://docs.python.org/3.9/library/typing.html#generics
__args__https://docs.python.org/3.9/library/stdtypes.html#genericalias.__args__
https://docs.python.org/3.9/library/stdtypes.html#standard-generic-classes
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
listhttps://docs.python.org/3.9/library/stdtypes.html#list
dicthttps://docs.python.org/3.9/library/stdtypes.html#dict
sethttps://docs.python.org/3.9/library/stdtypes.html#set
frozensethttps://docs.python.org/3.9/library/stdtypes.html#frozenset
typehttps://docs.python.org/3.9/library/functions.html#type
collections.dequehttps://docs.python.org/3.9/library/collections.html#collections.deque
collections.defaultdicthttps://docs.python.org/3.9/library/collections.html#collections.defaultdict
collections.OrderedDicthttps://docs.python.org/3.9/library/collections.html#collections.OrderedDict
collections.Counterhttps://docs.python.org/3.9/library/collections.html#collections.Counter
collections.ChainMaphttps://docs.python.org/3.9/library/collections.html#collections.ChainMap
collections.abc.Awaitablehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Awaitable
collections.abc.Coroutinehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Coroutine
collections.abc.AsyncIterablehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.AsyncIterable
collections.abc.AsyncIteratorhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.AsyncIterator
collections.abc.AsyncGeneratorhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.AsyncGenerator
collections.abc.Iterablehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Iterable
collections.abc.Iteratorhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Iterator
collections.abc.Generatorhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Generator
collections.abc.Reversiblehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Reversible
collections.abc.Containerhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Container
collections.abc.Collectionhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Collection
collections.abc.Callablehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Callable
collections.abc.Sethttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Set
collections.abc.MutableSethttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.MutableSet
collections.abc.Mappinghttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Mapping
collections.abc.MutableMappinghttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.MutableMapping
collections.abc.Sequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.Sequence
collections.abc.MutableSequencehttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.MutableSequence
collections.abc.ByteStringhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.ByteString
collections.abc.MappingViewhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.MappingView
collections.abc.KeysViewhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.KeysView
collections.abc.ItemsViewhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.ItemsView
collections.abc.ValuesViewhttps://docs.python.org/3.9/library/collections.abc.html#collections.abc.ValuesView
contextlib.AbstractContextManagerhttps://docs.python.org/3.9/library/contextlib.html#contextlib.AbstractContextManager
contextlib.AbstractAsyncContextManagerhttps://docs.python.org/3.9/library/contextlib.html#contextlib.AbstractAsyncContextManager
dataclasses.Fieldhttps://docs.python.org/3.9/library/dataclasses.html#dataclasses.Field
functools.cached_propertyhttps://docs.python.org/3.9/library/functools.html#functools.cached_property
functools.partialmethodhttps://docs.python.org/3.9/library/functools.html#functools.partialmethod
os.PathLikehttps://docs.python.org/3.9/library/os.html#os.PathLike
queue.LifoQueuehttps://docs.python.org/3.9/library/queue.html#queue.LifoQueue
queue.Queuehttps://docs.python.org/3.9/library/queue.html#queue.Queue
queue.PriorityQueuehttps://docs.python.org/3.9/library/queue.html#queue.PriorityQueue
queue.SimpleQueuehttps://docs.python.org/3.9/library/queue.html#queue.SimpleQueue
re.Patternhttps://docs.python.org/3.9/library/re.html#re-objects
re.Matchhttps://docs.python.org/3.9/library/re.html#match-objects
shelve.BsdDbShelfhttps://docs.python.org/3.9/library/shelve.html#shelve.BsdDbShelf
shelve.DbfilenameShelfhttps://docs.python.org/3.9/library/shelve.html#shelve.DbfilenameShelf
shelve.Shelfhttps://docs.python.org/3.9/library/shelve.html#shelve.Shelf
types.MappingProxyTypehttps://docs.python.org/3.9/library/types.html#types.MappingProxyType
weakref.WeakKeyDictionaryhttps://docs.python.org/3.9/library/weakref.html#weakref.WeakKeyDictionary
weakref.WeakMethodhttps://docs.python.org/3.9/library/weakref.html#weakref.WeakMethod
weakref.WeakSethttps://docs.python.org/3.9/library/weakref.html#weakref.WeakSet
weakref.WeakValueDictionaryhttps://docs.python.org/3.9/library/weakref.html#weakref.WeakValueDictionary
https://docs.python.org/3.9/library/stdtypes.html#special-attributes-of-genericalias-objects
https://docs.python.org/3.9/library/stdtypes.html#genericalias.__origin__
https://docs.python.org/3.9/library/stdtypes.html#genericalias.__args__
tuplehttps://docs.python.org/3.9/library/stdtypes.html#tuple
__class_getitem__()https://docs.python.org/3.9/reference/datamodel.html#object.__class_getitem__
https://docs.python.org/3.9/library/stdtypes.html#genericalias.__parameters__
PEP 484https://www.python.org/dev/peps/pep-0484
PEP 585https://www.python.org/dev/peps/pep-0585
__class_getitem__()https://docs.python.org/3.9/reference/datamodel.html#object.__class_getitem__
Genericshttps://docs.python.org/3.9/library/typing.html#generics
user-defined genericshttps://docs.python.org/3.9/library/typing.html#user-defined-generics
typing.Generichttps://docs.python.org/3.9/library/typing.html#typing.Generic
https://docs.python.org/3.9/library/stdtypes.html#other-built-in-types
https://docs.python.org/3.9/library/stdtypes.html#modules
importhttps://docs.python.org/3.9/reference/simple_stmts.html#import
__dict__https://docs.python.org/3.9/library/stdtypes.html#object.__dict__
__dict__https://docs.python.org/3.9/library/stdtypes.html#object.__dict__
__dict__https://docs.python.org/3.9/library/stdtypes.html#object.__dict__
https://docs.python.org/3.9/library/stdtypes.html#classes-and-class-instances
Objects, values and typeshttps://docs.python.org/3.9/reference/datamodel.html#objects
Class definitionshttps://docs.python.org/3.9/reference/compound_stmts.html#class
https://docs.python.org/3.9/library/stdtypes.html#functions
Function definitionshttps://docs.python.org/3.9/reference/compound_stmts.html#function
https://docs.python.org/3.9/library/stdtypes.html#methods
AttributeErrorhttps://docs.python.org/3.9/library/exceptions.html#AttributeError
The standard type hierarchyhttps://docs.python.org/3.9/reference/datamodel.html#types
https://docs.python.org/3.9/library/stdtypes.html#code-objects
compile()https://docs.python.org/3.9/library/functions.html#compile
codehttps://docs.python.org/3.9/library/code.html#module-code
auditing eventhttps://docs.python.org/3.9/library/sys.html#auditing
exec()https://docs.python.org/3.9/library/functions.html#exec
eval()https://docs.python.org/3.9/library/functions.html#eval
The standard type hierarchyhttps://docs.python.org/3.9/reference/datamodel.html#types
https://docs.python.org/3.9/library/stdtypes.html#type-objects
type()https://docs.python.org/3.9/library/functions.html#type
typeshttps://docs.python.org/3.9/library/types.html#module-types
https://docs.python.org/3.9/library/stdtypes.html#the-null-object
https://docs.python.org/3.9/library/stdtypes.html#the-ellipsis-object
Slicingshttps://docs.python.org/3.9/reference/expressions.html#slicings
Ellipsishttps://docs.python.org/3.9/library/constants.html#Ellipsis
Ellipsishttps://docs.python.org/3.9/library/constants.html#Ellipsis
https://docs.python.org/3.9/library/stdtypes.html#the-notimplemented-object
Comparisonshttps://docs.python.org/3.9/reference/expressions.html#comparisons
https://docs.python.org/3.9/library/stdtypes.html#boolean-values
bool()https://docs.python.org/3.9/library/functions.html#bool
Truth Value Testinghttps://docs.python.org/3.9/library/stdtypes.html#truth
https://docs.python.org/3.9/library/stdtypes.html#internal-objects
The standard type hierarchyhttps://docs.python.org/3.9/reference/datamodel.html#types
https://docs.python.org/3.9/library/stdtypes.html#special-attributes
dir()https://docs.python.org/3.9/library/functions.html#dir
https://docs.python.org/3.9/library/stdtypes.html#object.__dict__
https://docs.python.org/3.9/library/stdtypes.html#instance.__class__
https://docs.python.org/3.9/library/stdtypes.html#class.__bases__
https://docs.python.org/3.9/library/stdtypes.html#definition.__name__
https://docs.python.org/3.9/library/stdtypes.html#definition.__qualname__
qualified namehttps://docs.python.org/3.9/glossary.html#term-qualified-name
https://docs.python.org/3.9/library/stdtypes.html#class.__mro__
https://docs.python.org/3.9/library/stdtypes.html#class.mro
__mro__https://docs.python.org/3.9/library/stdtypes.html#class.__mro__
https://docs.python.org/3.9/library/stdtypes.html#class.__subclasses__
https://docs.python.org/3.9/library/stdtypes.html#integer-string-conversion-length-limitation
inthttps://docs.python.org/3.9/library/functions.html#int
strhttps://docs.python.org/3.9/library/stdtypes.html#str
inthttps://docs.python.org/3.9/library/functions.html#int
CVE-2020-10735https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10735
ValueErrorhttps://docs.python.org/3.9/library/exceptions.html#ValueError
sys.int_info.default_max_str_digitshttps://docs.python.org/3.9/library/sys.html#sys.int_info
sys.int_info.str_digits_check_thresholdhttps://docs.python.org/3.9/library/sys.html#sys.int_info
https://docs.python.org/3.9/library/stdtypes.html#affected-apis
inthttps://docs.python.org/3.9/library/functions.html#int
strhttps://docs.python.org/3.9/library/stdtypes.html#str
byteshttps://docs.python.org/3.9/library/stdtypes.html#bytes
int.from_bytes()https://docs.python.org/3.9/library/stdtypes.html#int.from_bytes
int.to_bytes()https://docs.python.org/3.9/library/stdtypes.html#int.to_bytes
hex()https://docs.python.org/3.9/library/functions.html#hex
oct()https://docs.python.org/3.9/library/functions.html#oct
bin()https://docs.python.org/3.9/library/functions.html#bin
Format Specification Mini-Languagehttps://docs.python.org/3.9/library/string.html#formatspec
strhttps://docs.python.org/3.9/library/stdtypes.html#str
floathttps://docs.python.org/3.9/library/functions.html#float
strhttps://docs.python.org/3.9/library/stdtypes.html#str
decimal.Decimalhttps://docs.python.org/3.9/library/decimal.html#decimal.Decimal
https://docs.python.org/3.9/library/stdtypes.html#configuring-the-limit
PYTHONINTMAXSTRDIGITShttps://docs.python.org/3.9/using/cmdline.html#envvar-PYTHONINTMAXSTRDIGITS
-X int_max_str_digitshttps://docs.python.org/3.9/using/cmdline.html#id5
PYTHONINTMAXSTRDIGITShttps://docs.python.org/3.9/using/cmdline.html#envvar-PYTHONINTMAXSTRDIGITS
-X int_max_str_digitshttps://docs.python.org/3.9/using/cmdline.html#id5
syshttps://docs.python.org/3.9/library/sys.html#module-sys
sys.get_int_max_str_digits()https://docs.python.org/3.9/library/sys.html#sys.get_int_max_str_digits
sys.set_int_max_str_digits()https://docs.python.org/3.9/library/sys.html#sys.set_int_max_str_digits
sys.int_infohttps://docs.python.org/3.9/library/sys.html#sys.int_info
sys.int_info.default_max_str_digitshttps://docs.python.org/3.9/library/sys.html#sys.int_info
sys.int_info.str_digits_check_thresholdhttps://docs.python.org/3.9/library/sys.html#sys.int_info
https://docs.python.org/3.9/library/stdtypes.html#recommended-configuration
1https://docs.python.org/3.9/library/stdtypes.html#id1
Basic customizationhttps://docs.python.org/3.9/reference/datamodel.html#customization
2https://docs.python.org/3.9/library/stdtypes.html#id2
3https://docs.python.org/3.9/library/stdtypes.html#id4
1https://docs.python.org/3.9/library/stdtypes.html#id6
2https://docs.python.org/3.9/library/stdtypes.html#id7
3https://docs.python.org/3.9/library/stdtypes.html#id8
4https://docs.python.org/3.9/library/stdtypes.html#id9
1https://docs.python.org/3.9/library/stdtypes.html#id10
2https://docs.python.org/3.9/library/stdtypes.html#id11
Table of Contentshttps://docs.python.org/3.9/contents.html
Built-in Typeshttps://docs.python.org/3.9/library/stdtypes.html
Truth Value Testinghttps://docs.python.org/3.9/library/stdtypes.html#truth-value-testing
Boolean Operations — and, or, nothttps://docs.python.org/3.9/library/stdtypes.html#boolean-operations-and-or-not
Comparisonshttps://docs.python.org/3.9/library/stdtypes.html#comparisons
Numeric Types — int, float, complexhttps://docs.python.org/3.9/library/stdtypes.html#numeric-types-int-float-complex
Bitwise Operations on Integer Typeshttps://docs.python.org/3.9/library/stdtypes.html#bitwise-operations-on-integer-types
Additional Methods on Integer Typeshttps://docs.python.org/3.9/library/stdtypes.html#additional-methods-on-integer-types
Additional Methods on Floathttps://docs.python.org/3.9/library/stdtypes.html#additional-methods-on-float
Hashing of numeric typeshttps://docs.python.org/3.9/library/stdtypes.html#hashing-of-numeric-types
Iterator Typeshttps://docs.python.org/3.9/library/stdtypes.html#iterator-types
Generator Typeshttps://docs.python.org/3.9/library/stdtypes.html#generator-types
Sequence Types — list, tuple, rangehttps://docs.python.org/3.9/library/stdtypes.html#sequence-types-list-tuple-range
Common Sequence Operationshttps://docs.python.org/3.9/library/stdtypes.html#common-sequence-operations
Immutable Sequence Typeshttps://docs.python.org/3.9/library/stdtypes.html#immutable-sequence-types
Mutable Sequence Typeshttps://docs.python.org/3.9/library/stdtypes.html#mutable-sequence-types
Listshttps://docs.python.org/3.9/library/stdtypes.html#lists
Tupleshttps://docs.python.org/3.9/library/stdtypes.html#tuples
Rangeshttps://docs.python.org/3.9/library/stdtypes.html#ranges
Text Sequence Type — strhttps://docs.python.org/3.9/library/stdtypes.html#text-sequence-type-str
String Methodshttps://docs.python.org/3.9/library/stdtypes.html#string-methods
printf-style String Formattinghttps://docs.python.org/3.9/library/stdtypes.html#printf-style-string-formatting
Binary Sequence Types — bytes, bytearray, memoryviewhttps://docs.python.org/3.9/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview
Bytes Objectshttps://docs.python.org/3.9/library/stdtypes.html#bytes-objects
Bytearray Objectshttps://docs.python.org/3.9/library/stdtypes.html#bytearray-objects
Bytes and Bytearray Operationshttps://docs.python.org/3.9/library/stdtypes.html#bytes-and-bytearray-operations
printf-style Bytes Formattinghttps://docs.python.org/3.9/library/stdtypes.html#printf-style-bytes-formatting
Memory Viewshttps://docs.python.org/3.9/library/stdtypes.html#memory-views
Set Types — set, frozensethttps://docs.python.org/3.9/library/stdtypes.html#set-types-set-frozenset
Mapping Types — dicthttps://docs.python.org/3.9/library/stdtypes.html#mapping-types-dict
Dictionary view objectshttps://docs.python.org/3.9/library/stdtypes.html#dictionary-view-objects
Context Manager Typeshttps://docs.python.org/3.9/library/stdtypes.html#context-manager-types
Generic Alias Typehttps://docs.python.org/3.9/library/stdtypes.html#generic-alias-type
Standard Generic Classeshttps://docs.python.org/3.9/library/stdtypes.html#standard-generic-classes
Special Attributes of GenericAlias objectshttps://docs.python.org/3.9/library/stdtypes.html#special-attributes-of-genericalias-objects
Other Built-in Typeshttps://docs.python.org/3.9/library/stdtypes.html#other-built-in-types
Moduleshttps://docs.python.org/3.9/library/stdtypes.html#modules
Classes and Class Instanceshttps://docs.python.org/3.9/library/stdtypes.html#classes-and-class-instances
Functionshttps://docs.python.org/3.9/library/stdtypes.html#functions
Methodshttps://docs.python.org/3.9/library/stdtypes.html#methods
Code Objectshttps://docs.python.org/3.9/library/stdtypes.html#code-objects
Type Objectshttps://docs.python.org/3.9/library/stdtypes.html#type-objects
The Null Objecthttps://docs.python.org/3.9/library/stdtypes.html#the-null-object
The Ellipsis Objecthttps://docs.python.org/3.9/library/stdtypes.html#the-ellipsis-object
The NotImplemented Objecthttps://docs.python.org/3.9/library/stdtypes.html#the-notimplemented-object
Boolean Valueshttps://docs.python.org/3.9/library/stdtypes.html#boolean-values
Internal Objectshttps://docs.python.org/3.9/library/stdtypes.html#internal-objects
Special Attributeshttps://docs.python.org/3.9/library/stdtypes.html#special-attributes
Integer string conversion length limitationhttps://docs.python.org/3.9/library/stdtypes.html#integer-string-conversion-length-limitation
Affected APIshttps://docs.python.org/3.9/library/stdtypes.html#affected-apis
Configuring the limithttps://docs.python.org/3.9/library/stdtypes.html#configuring-the-limit
Recommended configurationhttps://docs.python.org/3.9/library/stdtypes.html#recommended-configuration
Built-in Constantshttps://docs.python.org/3.9/library/constants.html
Built-in Exceptionshttps://docs.python.org/3.9/library/exceptions.html
Report a Bughttps://docs.python.org/3.9/bugs.html
Show Source https://github.com/python/cpython/blob/3.9/Doc/library/stdtypes.rst
indexhttps://docs.python.org/3.9/genindex.html
moduleshttps://docs.python.org/3.9/py-modindex.html
nexthttps://docs.python.org/3.9/library/exceptions.html
previoushttps://docs.python.org/3.9/library/constants.html
Pythonhttps://www.python.org/
3.9.24 Documentationhttps://docs.python.org/3.9/index.html
The Python Standard Libraryhttps://docs.python.org/3.9/library/index.html
Copyrighthttps://docs.python.org/3.9/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.