This website works better with JavaScript
Home
Explore
Help
Register
Sign In
gugdun
/
pocketpy
mirror of
https://github.com/pocketpy/pocketpy
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create cjson.pyi
blueloveTH
2 years ago
parent
f66c031fa9
commit
5f6c7f3f23
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
include/typings/cjson.pyi
+ 2
- 0
include/typings/cjson.pyi
View File
@@ -0,0 +1,2 @@
+def loads(string: str) -> object: ...
+def dumps(obj: object) -> str: ...