- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of about 10,000 for content_length:[100000 TO 499999] (0.04 sec)
-
decimal — Decimal fixed-point and floating-poin...
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating-point arithmetic. It offers several advantages over the float datatype: Decimal “is based...docs.python.org/3/library/decimal.htmlRegistered: Mon Jul 07 05:27:45 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 287.2K bytes - Viewed (0) -
socket — Low-level networking interface — Pytho...
Source code: Lib/socket.py This module provides access to the BSD socket interface. It is available on all modern Unix systems, Windows, MacOS, and probably additional platforms. Availability: not ...docs.python.org/3/library/socket.htmlRegistered: Mon Jul 07 05:27:48 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 288.3K bytes - Viewed (0) -
test — Regression tests package for Python — Py...
The test package contains all regression tests for Python as well as the modules test.support and test.regrtest. test.support is used to enhance your tests while test.regrtest drives the testing su...docs.python.org/3/library/test.htmlRegistered: Mon Jul 07 05:26:49 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 231.7K bytes - Viewed (0) -
xml.etree.ElementTree — The ElementTree XML API...
Source code: Lib/xml/etree/ElementTree.py The xml.etree.ElementTree module implements a simple and efficient API for parsing and creating XML data. Tutorial: This is a short tutorial for using xml....docs.python.org/3/library/xml.etree.elementtree.htmlRegistered: Mon Jul 07 05:28:31 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 200.5K bytes - Viewed (0) -
wsgiref — WSGI Utilities and Reference Implemen...
Source code: Lib/wsgiref The Web Server Gateway Interface (WSGI) is a standard interface between web server software and web applications written in Python. Having a standard interface makes it eas...docs.python.org/3/library/wsgiref.htmlRegistered: Mon Jul 07 05:29:17 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 124.8K bytes - Viewed (0) -
socketserver — A framework for network servers ...
Source code: Lib/socketserver.py The socketserver module simplifies the task of writing network servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See We...docs.python.org/3/library/socketserver.htmlRegistered: Mon Jul 07 05:28:37 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 105.3K bytes - Viewed (0) -
String Interpolation | Scala 3 — Book | Scala D...
docs.scala-lang.org/scala3/book/string-interpolation.htmlRegistered: Mon Jul 07 05:31:33 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 104K bytes - Viewed (0) -
6. Expressions — Python 3.13.5 documentation
This chapter explains the meaning of the elements of expressions in Python. Syntax Notes: In this and the following chapters, extended BNF notation will be used to describe syntax, not lexical anal...docs.python.org/3/reference/expressions.htmlRegistered: Mon Jul 07 05:16:38 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 217.2K bytes - Viewed (0) -
string — Common string operations — Python 3.13...
Source code: Lib/string.py String constants: The constants defined in this module are: Custom String Formatting: The built-in string class provides the ability to do complex variable substitutions ...docs.python.org/3/library/string.htmlRegistered: Mon Jul 07 05:16:16 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 119.7K bytes - Viewed (0) -
unittest — Unit testing framework — Python 3.13...
Source code: Lib/unittest/__init__.py(If you are already familiar with the basic concepts of testing, you might want to skip to the list of assert methods.) The unittest unit testing framework was ...docs.python.org/3/library/unittest.htmlRegistered: Mon Jul 07 05:21:01 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 321.7K bytes - Viewed (0)