mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
9d4aa3c38c
fix format can not markSweep after deinit root support markRoot if not root add clang-format fix path enable compile-commonds on to support clangd set markSweep not default use no_gc object for function frame only gc for tinyobj, not pikaobj restore add gc chain when init pikaObj add clang-format in docker set for default formatter to clang-format all Object is GC_ROOT on create only enable mark sweep to collect after OUT markSweep after deinit __pikaMain more mark sweep collect
15 lines
484 B
Python
15 lines
484 B
Python
import PikaStdLib, PikaStdDevice, PikaMath, PikaDebug, PikaCV, PikaNN
|
|
import random, re, modbus, socket, unittest, binascii, ctypes, requests, mqtt
|
|
import pika_lua, pika_cjson, cjson_test, json
|
|
import GTestTask, TempDevTest
|
|
import cb_test
|
|
import configparser, network
|
|
import test_module1, test_cmodule, test_module4, import_test
|
|
import hashlib, hmac, aes, base64, time
|
|
import _thread, weakref
|
|
|
|
mem = PikaStdLib.MemChecker()
|
|
print('hello pikascript!')
|
|
print('mem used max:')
|
|
mem.max()
|