- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1381 - 1390 of about 10,000 for timestamp:[now/d-1y TO *] (0.09 sec)
-
1. Extending Python with C or C++ — Python 3.13...
It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do two things that can’t be done directly in Python: they can implement new built...docs.python.org/3/extending/extending.htmlRegistered: Wed Jun 04 04:02:25 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 166.7K bytes - Viewed (0) -
Objects for Type Hinting — Python 3.13.4 docume...
Various built-in types for type hinting are provided. Currently, two types exist – GenericAlias and Union. Only GenericAlias is exposed to C.docs.python.org/3/c-api/typehints.htmlRegistered: Wed Jun 04 04:02:30 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 19.5K bytes - Viewed (0) -
Summary | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/scala3/book/ca-summary.htmlRegistered: Wed Jun 04 04:02:35 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 66.8K bytes - Viewed (0) -
Reflection — Python 3.13.4 documentation
Navigation index modules | next | previous | Python » 3.13.4 Documentation » Python/C API Reference Manual » Utilitie...docs.python.org/3/c-api/reflection.htmlRegistered: Wed Jun 04 04:02:37 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 28.1K bytes - Viewed (0) -
Using Scala Traits Like Abstract Classes | Scal...
This page shows how to use Scala traits just like abstract classes in Java, with examples of concrete and abstract methods.docs.scala-lang.org/overviews/scala-book/traits-abstract-mixins.htmlRegistered: Wed Jun 04 04:02:45 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 74.8K bytes - Viewed (0) -
No Null Values | Scala Book | Scala Documentation
This lesson demonstrates the Scala Option, Some, and None classes, including how to use them instead of null values.docs.scala-lang.org/overviews/scala-book/no-null-values.htmlRegistered: Wed Jun 04 04:02:52 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 85.3K bytes - Viewed (0) -
Functional Error Handling in Scala | Scala Book...
docs.scala-lang.org/overviews/scala-book/functional-error-handling.htmlRegistered: Wed Jun 04 04:02:55 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 70.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: Wed Jun 04 04:02:59 UTC 2025 - Last Modified: Wed Jun 04 03:30:20 UTC 2025 - 70K bytes - Viewed (0) -
Unicode Objects and Codecs — Python 3.13.4 docu...
Unicode Objects: Since the implementation of PEP 393 in Python 3.3, Unicode objects internally use a variety of representations, in order to allow handling the complete range of Unicode characters ...docs.python.org/3/c-api/unicode.htmlRegistered: Wed Jun 04 04:03:02 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 265.4K bytes - Viewed (0) -
Iterator Objects — Python 3.13.4 documentation
Python provides two general-purpose iterator objects. The first, a sequence iterator, works with an arbitrary sequence supporting the__getitem__() method. The second works with a callable object an...docs.python.org/3/c-api/iterator.htmlRegistered: Wed Jun 04 04:01:11 UTC 2025 - Last Modified: Tue Jun 03 20:48:00 UTC 2025 - 20.5K bytes - Viewed (0)