mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
43cc676b20
commit
6d6b051903
@ -23,11 +23,10 @@ The following types can be pickled:
|
|||||||
- [ ] functions (built-in and user-defined) accessible from the top level of a module (using def, not lambda);
|
- [ ] functions (built-in and user-defined) accessible from the top level of a module (using def, not lambda);
|
||||||
- [x] classes accessible from the top level of a module;
|
- [x] classes accessible from the top level of a module;
|
||||||
- [x] instances of such classes
|
- [x] instances of such classes
|
||||||
- [x] `PY_STRUCT_LIKE` objects
|
|
||||||
|
|
||||||
The following magic methods are available:
|
The following magic methods are available:
|
||||||
|
|
||||||
- [x] `__getnewargs__`
|
- [] `__getnewargs__`
|
||||||
- [ ] `__getstate__`
|
- [ ] `__getstate__`
|
||||||
- [ ] `__setstate__`
|
- [ ] `__setstate__`
|
||||||
- [ ] `__reduce__`
|
- [x] `__reduce__`
|
||||||
|
@ -19,4 +19,4 @@ May be one of:
|
|||||||
|
|
||||||
### `sys.argv`
|
### `sys.argv`
|
||||||
|
|
||||||
The command line arguments. Set by `vm->set_main_argv`.
|
The command line arguments. Set by `py_sys_setargv`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user