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
/
PikaDebug.pyi
7 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
!56 Support tuple literal * Merge branch 'master' into tuple * sue SyntaxItemList * cut the parser * update preCompiler * not use tiny_obj in stdlib * use BUILTIN_STRUCT_ENABLE for list, dict, tuple * add PikaStdData.Tuple() * !51 Support bind .pyi from other *.py expect main.py * fix overflow issue * fix overflow issue and simplification code * update PikaCV_Image.c.
2022-07-14 08:36:02 +00:00
class
Debuger
:
update StdDevice, use 'self' arg
2022-04-07 23:01:59 +08:00
def
__init__
(
self
)
:
add quit for pdb
2022-01-30 19:59:29 +08:00
pass
update StdDevice, use 'self' arg
2022-04-07 23:01:59 +08:00
def
set_trace
(
self
)
:
add PikaDebug
2022-01-28 00:43:09 +08:00
pass
support 'p' commond for pika-debuger
2022-01-29 00:53:57 +08:00
Reference in New Issue
Copy Permalink