- Sort Score
- Num 10 results
- Language All
- Labels All
Results 21 - 30 of 7,694 for content_length:[0 TO 9999] (0.04 seconds)
-
fractions — Rational numbers — Python 3.1...
Source code: Lib/fractions.py The fractions module provides support for rational number arithmetic. A Fraction instance can be constructed from a pair of rational numbers, from a single number, or ...docs.python.org/3/library/fractions.htmlSun Feb 22 06:33:52 GMT 2026 8.9K bytes -
Tuple Objects — Python 3.14.3 documentation
Struct Sequence Objects: Struct sequence objects are the C equivalent of namedtuple() objects, i.e. a sequence whose items can also be accessed through attributes. To create a struct sequence, you ...docs.python.org/3/c-api/tuple.htmlSun Feb 22 06:33:52 GMT 2026 8.3K bytes -
abc — Abstract Base Classes — Python 3.14...
Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP for why this was added to Python. (See also ...docs.python.org/3/library/abc.htmlSun Feb 22 06:33:52 GMT 2026 9.7K bytes -
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 -
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