Embed:
(wiki syntax)
Data Structures
Here are the data structures with brief descriptions:
| PmBlock_s | Block |
| PmBoolean_s | Boolean object |
| PmBytearray_s | Bytearray obj |
| PmBytes_s | Bytes container |
| PmClass_s | Class struct |
| PmCo_s | Code Object |
| PmCodeImgObj_s | Code image object |
| PmDict_s | Dict |
| PmFloat_s | Float obj |
| PmFrame_s | Frame |
| PmFunc_s | Function obj |
| PmInstance_s | Class instance struct |
| PmInt_s | Integer obj |
| PmList_s | List obj |
| PmMethod_s | Method struct |
| PmNativeFrame_s | Native Frame |
| PmNo_s | Native Code Object |
| PmObj_s | Object |
| PmSeqIter_s | Sequence Iterator Object |
| PmString_s | String obj |
| PmThread_s | Thread obj |
| PmTuple_s | Tuple obj |
| PmVmGlobal_s | This struct contains ALL of PyMite's globals |
| Seglist_s | Seglist - linked list of segments with current index info |
| Segment_s | Segment - an array of ptrs to objs |
Generated on Tue Jul 12 2022 17:07:02 by
1.7.2