File tree 5 files changed +20
-1
lines changed
port/linux/package/pikascript
5 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ import imp
2
+ from PikaObj import *
3
+
4
+
5
+ class cJSON (TinyObj ):
6
+ def __init__ (self ): ...
Original file line number Diff line number Diff line change
1
+ #include "cJSON_cJSON.h"
2
+
3
+ void cJSON_cJSON___init__ (PikaObj * self ) {}
Original file line number Diff line number Diff line change
1
+ import imp
2
+ from PikaObj import *
3
+
4
+
5
+ class cJSON (TinyObj ):
6
+ def __init__ (self ): ...
Original file line number Diff line number Diff line change 9
9
import test_cmodule
10
10
import TempDevTest as dev
11
11
import TemplateDevice
12
- from PikaStdData import String
12
+ import cJSON
13
+ from PikaStdData import String as S
13
14
14
15
mem = PikaStdLib .MemChecker ()
15
16
print ('hello pikascript!' )
Original file line number Diff line number Diff line change
1
+ #include "cJSON_cJSON.h"
2
+
3
+ void cJSON_cJSON___init__ (PikaObj * self ) {}
You can’t perform that action at this time.
0 commit comments