- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of about 10,000 for filetype:html (0.03 sec)
-
An OOP Example | Scala Book | Scala Documentation
This lesson shares an example of some OOP-style classes for a pizza restaurant order entry system, including Pizza, Topping, and Order classes.docs.scala-lang.org/overviews/scala-book/oop-pizza-example.htmlRegistered: Fri Jun 27 03:49:51 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 74.3K bytes - Viewed (0) -
Supplying Default Values for Constructor Parame...
This page shows how to provide default values for Scala constructor parameters, with several examples.docs.scala-lang.org/overviews/scala-book/constructors-default-values.htmlRegistered: Fri Jun 27 03:47:33 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 65K bytes - Viewed (0) -
Using Scala Traits as Interfaces | Scala Book |...
docs.scala-lang.org/overviews/scala-book/traits-interfaces.htmlRegistered: Fri Jun 27 03:47:37 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 68.2K bytes - Viewed (0) -
importlib — The implementation of import — Pyth...
Source code: Lib/importlib/__init__.py Introduction: The purpose of the importlib package is three-fold. One is to provide the implementation of the import statement (and thus, by extension, the__i...docs.python.org/3/library/importlib.htmlRegistered: Fri Jun 27 03:47:52 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 223K bytes - Viewed (0) -
The Set Class | Scala Book | Scala Documentation
This page provides examples of the Scala 'Set' class, including how to add and remove elements from a Set, and iterate over Set elements.docs.scala-lang.org/overviews/scala-book/set-class.htmlRegistered: Fri Jun 27 03:49:16 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 72K bytes - Viewed (0) -
Frame Objects — Python 3.13.5 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.htmlRegistered: Fri Jun 27 03:49:21 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 40.9K bytes - Viewed (0) -
A Few Miscellaneous Items | Scala Book | Scala ...
docs.scala-lang.org/overviews/scala-book/misc.htmlRegistered: Fri Jun 27 03:49:21 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 57.3K bytes - Viewed (0) -
The ArrayBuffer Class | Scala Book | Scala Docu...
This page provides examples of how to use the Scala ArrayBuffer class, including adding and removing elements.docs.scala-lang.org/overviews/scala-book/arraybuffer-examples.htmlRegistered: Fri Jun 27 03:49:24 UTC 2025 - Last Modified: Fri Jun 27 03:30:15 UTC 2025 - 73.2K bytes - Viewed (0) -
Module Objects — Python 3.13.5 documentation
Initializing C modules: Modules objects are usually created from extension modules (shared libraries which export an initialization function), or compiled-in modules (where the initialization funct...docs.python.org/3/c-api/module.htmlRegistered: Fri Jun 27 03:49:34 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 111.2K bytes - Viewed (0) -
Extending — Python 3.13.5 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: Fri Jun 27 03:48:34 UTC 2025 - Last Modified: Fri Jun 27 00:23:12 UTC 2025 - 24.9K bytes - Viewed (0)