- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of over 10,000 for content_length:[10000 TO 99999] (0.52 seconds)
-
Code Objects — Python 3.14.3 documentation
Code objects are a low-level detail of the CPython implementation. Each one represents a chunk of executable code that hasn’t yet been bound into a function. Code Object Flags: Code objects contain...docs.python.org/3/c-api/code.htmlSun Feb 22 06:33:52 GMT 2026 10.5K bytes -
mimetypes — Map filenames to MIME types —...
Source code: Lib/mimetypes.py The mimetypes module converts between a filename or URL and the MIME type associated with the filename extension. Conversions are provided from filename to MIME type a...docs.python.org/3/library/mimetypes.htmlSun Feb 22 06:33:52 GMT 2026 10K bytes -
3. Data model — Python 3.14.3 documentation
Objects, values and types: Objects are Python’s abstraction for data. All data in a Python program is represented by objects or by relations between objects. Even code is represented by objects. Ev...docs.python.org/3/reference/datamodel.htmlSun Feb 22 06:33:52 GMT 2026 66.3K bytes -
unittest.mock — mock object library — Pyt...
Source code: Lib/unittest/mock.py unittest.mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they hav...docs.python.org/3/library/unittest.mock.htmlSun Feb 22 06:33:52 GMT 2026 45.7K bytes -
traceback — Print or retrieve a stack traceback...
Source code: Lib/traceback.py This module provides a standard interface to extract, format and print stack traces of Python programs. It is more flexible than the interpreter’s default traceback di...docs.python.org/3/library/traceback.htmlSun Feb 22 06:33:52 GMT 2026 14.7K bytes -
threading — Thread-based parallelism — Py...
Source code: Lib/threading.py This module constructs higher-level threading interfaces on top of the lower level_thread module. Availability: not WASI. This module does not work or is not available...docs.python.org/3/library/threading.htmlSun Feb 22 06:33:52 GMT 2026 25K bytes -
pickle — Python object serialization — Py...
Source code: Lib/pickle.py The pickle module implements binary protocols for serializing and de-serializing a Python object structure. “Pickling” is the process whereby a Python object hierarchy is...docs.python.org/3/library/pickle.htmlSun Feb 22 06:33:52 GMT 2026 27.1K bytes -
os — Miscellaneous operating system interfaces ...
Source code: Lib/os.py This module provides a portable way of using operating system dependent functionality. If you just want to read or write a file see open(), if you want to manipulate paths, s...docs.python.org/3/library/os.htmlSun Feb 22 06:33:52 GMT 2026 82.1K bytes -
Built-in Functions — Python 3.14.3 docume...
The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order.,,,, Built-in Functions,,, A, abs(), aiter(), all(), a...docs.python.org/3/library/functions.htmlSun Feb 22 06:33:52 GMT 2026 46.6K bytes -
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