Module __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:
-
Base class for block cipher algorithms.
-
Base class for connections to SQL servers. It is a generic interface on top of which the DB server specific implement their specifics.
__builtin.Stack (aka ADT.LowLevelStack)
Simple stack implementation.
-
- Constant
Stack
constantprogram__builtin.Stack- Description
Simple stack implementation.
- Note
Do not use this class. Use either ADT.LowLevelStack or ADT.Stack instead.
- See also