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 099325e commit 68e2915Copy full SHA for 68e2915
1 file changed
Doc/lib/libsys.tex
@@ -20,6 +20,14 @@ \section{\module{sys} ---
20
\code{argv} has zero length.
21
\end{datadesc}
22
23
+\begin{datadesc}{byte_order}
24
+ An indicator of the native byte order. This will have the value
25
+ \code{'big'} on big-endian (most-signigicant byte first) platforms,
26
+ and \code{'little'} on little-endian (least-significant byte first)
27
+ platforms.
28
+ \versionadded{2.0}
29
+\end{datadesc}
30
+
31
\begin{datadesc}{builtin_module_names}
32
A tuple of strings giving the names of all modules that are compiled
33
into this Python interpreter. (This information is not available in
0 commit comments