This website requires JavaScript.
Explore
Help
Sign In
Embedded
/
pikapython
Watch
1
Star
0
Fork
0
You've already forked pikapython
mirror of
https://gitee.com/Lyon1998/pikapython.git
synced
2025-02-05 17:28:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
package
/
struct
/
_struct.pyi
3 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
struct.pack() tested passed
2023-08-17 19:51:00 +08:00
def
pack
(
fmt
:
str
,
*
vars
)
-
>
bytes
:
.
.
.
support struct.unpack()
2023-08-17 21:55:23 +08:00
def
unpack
(
fmt
:
str
,
data
:
any
,
offset
:
int
)
-
>
any
:
.
.
.
Reference in New Issue
Copy Permalink