- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of over 10,000 for content_length:[10000 TO 99999] (0.06 seconds)
-
The `into` Type and Modifier
Scala 3 Reference 3.7.4 Learn Install Playground Find A Library Community Blog Scala 3 Reference Learn Install Playgr...docs.scala-lang.org/scala3/reference/experimental/into.htmlMon Nov 10 02:53:02 GMT 2025 54.6K bytes -
fnmatch — Unix filename pattern matching — Pyth...
Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the re module). The special character...docs.python.org/3/library/fnmatch.htmlFri Feb 06 03:23:28 GMT 2026 27.3K bytes -
py_compile — Compile Python source files — Pyth...
Source code: Lib/py_compile.py The py_compile module provides a function to generate a byte-code file from a source file, and another function used when the module source file is invoked as a scrip...docs.python.org/3/library/py_compile.htmlFri Feb 06 03:23:27 GMT 2026 31.9K bytes -
curses.ascii — Utilities for ASCII characters —...
Source code: Lib/curses/ascii.py The curses.ascii module supplies name constants for ASCII characters and functions to test membership in various ASCII character classes. The constants supplied are...docs.python.org/3/library/curses.ascii.htmlFri Feb 06 03:23:28 GMT 2026 43.2K bytes -
readline — GNU readline interface — Python 3.14...
The readline module defines a number of functions to facilitate completion and reading/writing of history files from the Python interpreter. This module can be used directly, or via the rlcompleter...docs.python.org/3/library/readline.htmlFri Feb 06 03:23:28 GMT 2026 58K bytes -
Complex Number Objects — Python 3.14.3 document...
Python’s complex number objects are implemented as two distinct types when viewed from the C API: one is the Python object exposed to Python programs, and the other is a C structure which represent...docs.python.org/3/c-api/complex.htmlFri Feb 06 03:23:27 GMT 2026 38.7K bytes -
string.templatelib — Support for template strin...
Source code: Lib/string/templatelib.py Template strings: Template strings are a mechanism for custom string processing. They have the full flexibility of Python’s f-strings, but return a Template i...docs.python.org/3/library/string.templatelib.htmlFri Feb 06 03:23:27 GMT 2026 58.9K bytes -
uuid — UUID objects according to RFC 9562 — Pyt...
Source code: Lib/uuid.py This module provides immutable UUID objects (the UUID class) and functions for generating UUIDs corresponding to a specific UUID version as specified in RFC 9562(which supe...docs.python.org/3/library/uuid.htmlFri Feb 06 03:23:28 GMT 2026 67.1K bytes -
http.server — HTTP servers — Python 3.14.3 docu...
Source code: Lib/http/server.py This module defines classes for implementing HTTP servers. Availability: not WASI. This module does not work or is not available on WebAssembly. See WebAssembly plat...docs.python.org/3/library/http.server.htmlFri Feb 06 03:23:28 GMT 2026 92.6K bytes -
_thread — Low-level threading API — Python 3.14...
This module provides low-level primitives for working with multiple threads (also called light-weight processes or tasks) — multiple threads of control sharing their global data space. For synchron...docs.python.org/3/library/_thread.htmlFri Feb 06 03:23:28 GMT 2026 32.8K bytes