Module __builtin

Inheritance graph
_static_modules.Builtin __builtin
Description

Low-level modules.

This module contains various base classes that are intended to be inherited and/or used from C-code.

Some of the base classes are:


Inherit Builtin

inherit _static_modules.Builtin : Builtin


Constant Stack

constant program __builtin.Stack

Description

Simple stack implementation.

Note

Do not use this class. Use either ADT.LowLevelStack or ADT.Stack instead.

See also

ADT.LowLevelStack, ADT.Stack