mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 00:25:17 +00:00
6 lines
190 B
Python
6 lines
190 B
Python
.version: Nat
|
|
|
|
.dump!: (value: Obj, file := PathLike, version := Nat) => NoneType
|
|
.load!: (file: PathLike) => Obj
|
|
.dumps: (value: Obj, version := Nat) -> Bytes
|
|
.loads: (bytes: Bytes) -> Obj
|