#include <global.h>
Public Attributes | |
| pPmObj_t | pnone |
| pPmInt_t | pzero |
| pPmInt_t | pone |
| pPmInt_t | pnegone |
| pPmInt_t | pfalse |
| pPmInt_t | ptrue |
| pPmString_t | pcodeStr |
| pPmDict_t | builtins |
| PmImgPaths_t | imgPaths |
| PmNativeFrame_t | nativeframe |
| uint8_t | errVmRelease |
| uint8_t | errFileId |
| uint16_t | errLineNum |
| pPmList_t | threadList |
| pPmThread_t | pthread |
| uint8_t | reschedule |
Dict for builtins
| uint8_t PmVmGlobal_s::errFileId |
PyMite source file ID number for when an error occurs
| uint16_t PmVmGlobal_s::errLineNum |
Line number for when an error occurs
| uint8_t PmVmGlobal_s::errVmRelease |
PyMite release value for when an error occurs
| PmImgPaths_t PmVmGlobal_s::imgPaths |
Paths to available images
The single native frame. Static alloc so it won't be GC'd
Global boolean False obj
Global integer -1 obj
Global none obj (none)
Global integer 1 obj
Ptr to current thread
Global boolean True obj
Global integer 0 obj
| uint8_t PmVmGlobal_s::reschedule |
Flag to trigger rescheduling
1.5.9