erg/crates/erg_compiler/lib/pystd/struct.d.er
2023-05-03 00:54:05 +09:00

11 lines
316 B
Python

.Struct: ClassType
.Struct.
__call__: (format: Str) -> .Struct
format: Str
size: Nat
pack: (self: .Struct, *values: Obj) -> Bytes
unpack: (self: .Struct, bytes: Bytes) -> Obj
.pack: (format: Str, *values: Obj) -> Bytes
.unpack: (format: Str, bytes: Bytes) -> Obj
.calcsize: (format: Str) -> Nat