mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
splite object
This commit is contained in:
parent
45fec663e0
commit
9952c8d485
@ -77,6 +77,7 @@ int PikaStdLib_SysObj_int(PikaObj* self, Arg* arg) {
|
||||
}
|
||||
|
||||
Arg* PikaStdLib_SysObj_iter(PikaObj* self, Arg* arg) {
|
||||
/* a splite object */
|
||||
if (TYPE_MATE_OBJECT == arg_getType(arg)) {
|
||||
/* new a splite object */
|
||||
PikaObj* arg_obj = newRootObj("", arg_getPtr(arg));
|
||||
|
Loading…
x
Reference in New Issue
Block a user