This is the documentation for the latest development branch of M68k MicroPython and may refer to features that are not available in released versions.

If you are looking for the documentation for a specific release, use the drop-down menu on the left and select the desired version.

mactypes

mactypes - Wrapped MacOS APIs

class mactypes.RoutineDescriptor

A uctypes structure

mactypes.MaxSmallFract: int
class mactypes.QElem

A uctypes union

class mactypes.QHdr

A uctypes structure

qFlags: int
qHead: QElemPtr
qTail: QElemPtr
mactypes.noErr: int
mactypes.paramErr: int
class mactypes.Rect

A uctypes structure

top: int
left: int
bottom: int
right: int
class mactypes.Point

A uctypes structure

v: int
h: int