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-01-15 17:02:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
pikapython
/
package
/
PikaStdLib
/
PikaStdLib_StringObj.c
6 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
update PikaStdLib
2022-01-09 23:49:23 +08:00
#
include
"PikaObj.h"
Arg
*
PikaStdLib_StringObj___next__
(
PikaObj
*
self
)
{
add arg_new<T> api update version
2022-07-20 10:32:01 +08:00
return
arg_newNull
(
)
;
fix ac5 warning for stdlib, clean the RangeObj
2022-01-13 16:31:30 +08:00
}
Reference in New Issue
Copy Permalink