erg_compiler 0.6.23

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.abstructmethod: |F <: GenericCallable|(F) -> F
.abstructclassmethod: |F <: GenericCallable|(F) -> F
.abstructstaticmethod: |F <: GenericCallable|(F) -> F

.ABCMeta: ClassType
.ABCMeta <: Type
.ABCMeta.
    __instancecheck__: (self: .ABCMeta, instance: Obj) -> Bool
    __subclasscheck__: (self: .ABCMeta, subclass: Type) -> Bool
    register: (self: .ABCMeta, subclass: Type) -> NoneType

.ABC: ClassType