TypeSystemManager#

class rbc.typesystem.TypeSystemManager#

Manages context specific aliases.

Usage:

with Type.alias(A='Array', bool='bool8', ...):
    # Type.fromstring('A a') will be replaced with Type.fromstring('Array a')

Methods

TypeSystemManager.__init__()

TypeSystemManager.alias(aliases)