Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6ab15 commit aa54e2fCopy full SHA for aa54e2f
1 file changed
Doc/glossary.rst
@@ -78,6 +78,10 @@ Glossary
78
Benevolent Dictator For Life, a.k.a. `Guido van Rossum
79
<http://www.python.org/~guido/>`_, Python's creator.
80
81
+ bytes-like object
82
+ An object that supports the :ref:`bufferobjects`, like :class:`bytes` or
83
+ :class:`bytearray`.
84
+
85
bytecode
86
Python source code is compiled into bytecode, the internal representation
87
of a Python program in the CPython interpreter. The bytecode is also
0 commit comments