- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of about 10,000 for filetype:html (0.08 sec)
-
re — Regular expression operations — Python 3.1...
Source code: Lib/re/ This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings ( str) as well as 8-...docs.python.org/3/library/re.htmlRegistered: Mon Jul 07 05:15:32 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 238.6K bytes - Viewed (0) -
dis — Disassembler for Python bytecode — Python...
Source code: Lib/dis.py The dis module supports the analysis of CPython bytecode by disassembling it. The CPython bytecode which this module takes as an input is defined in the file Include/opcode....docs.python.org/3/library/dis.htmlRegistered: Mon Jul 07 05:16:59 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 209.9K bytes - Viewed (0) -
3.13.5 Documentation
docs.python.org/3/index.htmlRegistered: Mon Jul 07 05:16:48 UTC 2025 - Last Modified: Mon Jul 07 01:48:05 UTC 2025 - 17.4K bytes - Viewed (0) -
tokenize — Tokenizer for Python source — Python...
Source code: Lib/tokenize.py The tokenize module provides a lexical scanner for Python source code, implemented in Python. The scanner in this module returns comments as tokens as well, making it u...docs.python.org/3/library/tokenize.htmlRegistered: Mon Jul 07 05:16:52 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 43.5K bytes - Viewed (0) -
Type Object Structures — Python 3.13.5 document...
Perhaps one of the most important structures of the Python object system is the structure that defines a new type: the PyTypeObject structure. Type objects can be handled using any of the PyObject_...docs.python.org/3/c-api/typeobj.htmlRegistered: Mon Jul 07 05:33:23 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 443.4K bytes - Viewed (0) -
unicodedata — Unicode Database — Python 3.13.5 ...
This module provides access to the Unicode Character Database (UCD) which defines character properties for all Unicode characters. The data contained in this database is compiled from the UCD versi...docs.python.org/3/library/unicodedata.htmlRegistered: Mon Jul 07 05:33:26 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 30.6K bytes - Viewed (0) -
for Loops | Scala Book | Scala Documentation
This page provides an introduction to the Scala 'for' loop, including how to iterate over Scala collections.docs.scala-lang.org/overviews/scala-book/for-loops.htmlRegistered: Mon Jul 07 05:33:41 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 66.6K bytes - Viewed (0) -
for Expressions | Scala Book | Scala Documentation
This page shows how to use Scala 'for' expressions (also known as 'for-expressions'), including examples of how to use it with the 'yield' keyword.docs.scala-lang.org/overviews/scala-book/for-expressions.htmlRegistered: Mon Jul 07 05:33:45 UTC 2025 - Last Modified: Mon Jul 07 03:30:19 UTC 2025 - 70K bytes - Viewed (0) -
Audit events table — Python 3.13.5 documentation
This table contains all events raised by sys.audit() or PySys_Audit() calls throughout the CPython runtime and the standard library. These calls were added in 3.8 or later (see PEP 578). See sys.ad...docs.python.org/3/library/audit_events.htmlRegistered: Mon Jul 07 05:33:46 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 75.9K bytes - Viewed (0) -
Tkinter Dialogs — Python 3.13.5 documentation
tkinter.simpledialog — Standard Tkinter input dialogs: Source code: Lib/tkinter/simpledialog.py The tkinter.simpledialog module contains convenience classes and functions for creating simple modal ...docs.python.org/3/library/dialog.htmlRegistered: Mon Jul 07 05:34:28 UTC 2025 - Last Modified: Mon Jul 07 01:48:06 UTC 2025 - 46K bytes - Viewed (0)