- Sort Score
- Num 10 results
- Language All
- Labels All
Results 21 - 30 of 7,692 for content_length:[0 TO 9999] (0.03 seconds)
-
winsound — Sound-playing interface for Windows ...
The winsound module provides access to the basic sound-playing machinery provided by Windows platforms. It includes functions and several constants. Availability: Windows.docs.python.org/3/library/winsound.htmlSun Feb 22 06:33:52 GMT 2026 5.9K bytes -
glob — Unix style pathname pattern expansion &#...
Source code: Lib/glob.py The glob module finds pathnames using pattern matching rules similar to the Unix shell. No tilde expansion is done, but*,?, and character ranges expressed with[] will be co...docs.python.org/3/library/glob.htmlSun Mar 22 11:58:52 GMT 2026 6.7K bytes -
Built-in Constants — Python 3.14.3 docume...
A small number of constants live in the built-in namespace. They are: Constants added by the site module: The site module (which is imported automatically during startup, except if the-S command-li...docs.python.org/3/library/constants.htmlSun Mar 22 11:58:52 GMT 2026 5.6K bytes -
ensurepip — Bootstrapping the pip installer ...
Source code: Lib/ensurepip The ensurepip package provides support for bootstrapping the pip installer into an existing Python installation or virtual environment. This bootstrapping approach reflec...docs.python.org/3/library/ensurepip.htmlSun Mar 22 11:58:52 GMT 2026 6K bytes -
type-casting-diagram.svg
UnifiedTypes Byte Byte Short Short Byte->Short Int Int Short->Int Long Long Int->Long Float Float Long->Float Double Double Float->Double Char Char Char->Int 4424docs.scala-lang.org/resources/images/tour/type-casting-diagram.svgFri Feb 24 17:11:59 GMT 2023 4.3K bytes -
hierarchy.svg
unix AnyVal AnyVal Matchable Matchable AnyVal->Matchable AnyRef / Object AnyRef / Object AnyRef / Object->Matchable Unit Unit Unit->AnyVal Boolean Boolean Boolean->AnyVal Int Int Int->AnyVal ... (v...docs.scala-lang.org/resources/images/scala3-book/hierarchy.svgWed Nov 26 17:03:38 GMT 2025 9.5K bytes -
collections-diagram-213.svg
Collections Iterable Iterable Seq Seq Iterable->Seq Set Set Iterable->Set Map Map Iterable->Map IndexedSeq IndexedSeq Seq->IndexedSeq LinearSeq LinearSeq Seq->LinearSeq SortedSet SortedSet Set->Sor...docs.scala-lang.org/resources/images/tour/collections-diagram-213.svgFri Feb 24 17:11:59 GMT 2023 7.1K bytes -
collections-legend-diagram.svg
Legend Class1 Class Class2 Class Class3 Class Trait1 Trait Trait1->Class1 Implemented by Trait2 Trait Trait2->Class2 Default Implementation Trait3 Trait Trait3->Class3 via Implicit Conversion 4518docs.scala-lang.org/resources/images/tour/collections-legend-diagram.svgFri Feb 24 17:11:59 GMT 2023 4.4K bytes -
netrc — netrc file processing — Python 3....
Source code: Lib/netrc.py The netrc class parses and encapsulates the netrc file format used by the Unix ftp program and other FTP clients. netrc Objects: A netrc instance has the following methods...docs.python.org/3/library/netrc.htmlSun Feb 22 06:33:52 GMT 2026 5.3K bytes -
Frame Objects — Python 3.14.3 documentation
The PyEval_GetFrame() and PyThreadState_GetFrame() functions can be used to get a frame object. See also Reflection. Frame Locals Proxies: The f_locals attribute on a frame object is an instance of...docs.python.org/3/c-api/frame.htmlSun Feb 22 06:33:52 GMT 2026 7.8K bytes