erg_compiler 0.6.53

Centimetre: the Erg compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PrettyPrinter!: ClassType
.PrettyPrinter!.
    __call__: (indent := Nat, width := Nat, depth := Nat, stream := FileLike!) -> .PrettyPrinter!
    pformat: (self: Ref(.PrettyPrinter!), object: Obj) -> Str
    pprint!: (self: Ref(.PrettyPrinter!), object: Obj) => NoneType
    isreadable: (self: Ref(.PrettyPrinter!), object: Obj) -> Bool
    isrecursive: (self: Ref(.PrettyPrinter!), object: Obj) -> Bool

.pformat: (object: Obj, indent := Nat, width := Nat, depth := Nat) -> Str
.pp!: (object: Obj, *args: Obj, sorts_dict := Bool) => NoneType
.pprint!: (object: Obj, stream := FileLike!, indent := Nat, width := Nat, depth := Nat) => NoneType
.isreadable: (object: Obj) -> Bool
.isrecursive: (object: Obj) -> Bool
.saferepr: (object: Obj) -> Str