- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1231 - 1240 of about 10,000 for timestamp:[now/d-1y TO *] (0.64 sec)
-
xml.sax.xmlreader — Interface for XML parsers —...
Source code: Lib/xml/sax/xmlreader.py SAX parsers implement the XMLReader interface. They are implemented in a Python module, which must provide a function create_parser(). This function is invoked...docs.python.org/3/library/xml.sax.reader.htmlRegistered: Wed Apr 16 03:27:55 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 59.2K bytes - Viewed (0) -
Function Variables | Scala 3 — Book | Scala Doc...
docs.scala-lang.org/scala3/book/fun-function-variables.htmlRegistered: Wed Apr 16 03:28:00 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 82.5K bytes - Viewed (0) -
select — Waiting for I/O completion — Python 3....
This module provides access to the select() and poll() functions available in most operating systems, devpoll() available on Solaris and derivatives, epoll() available on Linux 2.5+ and kqueue() av...docs.python.org/3/library/select.htmlRegistered: Wed Apr 16 03:30:50 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 77.2K bytes - Viewed (0) -
platform — Access to underlying platform’s iden...
Source code: Lib/platform.py Cross Platform: Java Platform: Windows Platform: macOS Platform: iOS Platform: Unix Platforms: Linux Platforms: Android Platform:docs.python.org/3/library/platform.htmlRegistered: Wed Apr 16 03:29:43 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 56.6K bytes - Viewed (0) -
Summary | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/scala3/book/taste-summary.htmlRegistered: Wed Apr 16 03:29:01 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 66.6K bytes - Viewed (0) -
gzip — Support for gzip files — Python 3.13.3 d...
Source code: Lib/gzip.py This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. The data compression is provided by the zlib modu...docs.python.org/3/library/gzip.htmlRegistered: Wed Apr 16 03:19:13 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 51K bytes - Viewed (0) -
A Tutorial on writing Scala apps on Android | S...
A Tutorial on writing Scala apps on Android Language By Maciej Gorywoda Introduction The Android platform runs on And...docs.scala-lang.org/tutorials/scala-on-android.htmlRegistered: Wed Apr 16 03:19:14 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 39.8K bytes - Viewed (0) -
8. Compound statements — Python 3.13.3 document...
Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...docs.python.org/3/reference/compound_stmts.htmlRegistered: Wed Apr 16 03:19:27 UTC 2025 - Last Modified: Tue Apr 15 23:20:08 UTC 2025 - 210.4K bytes - Viewed (0) -
Extending — Python 3.13.3 documentation
The main direction for asyncio extending is writing custom event loop classes. Asyncio has helpers that could be used to simplify this task. Writing a Custom Event Loop: asyncio.AbstractEventLoop d...docs.python.org/3/library/asyncio-extending.htmlRegistered: Wed Apr 16 03:20:30 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 24.9K bytes - Viewed (0) -
copy — Shallow and deep copy operations — Pytho...
Source code: Lib/copy.py Assignment statements in Python do not copy objects, they create bindings between a target and an object. For collections that are mutable or contain mutable items, a copy ...docs.python.org/3/library/copy.htmlRegistered: Wed Apr 16 03:20:36 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 25.2K bytes - Viewed (0)