python-on-a-chip online compiler

Dependencies:   mbed TSI

Embed: (wiki syntax)

« Back to documentation index

PmMethod_s Struct Reference

PmMethod_s Struct Reference

Method struct. More...

#include <class.h>

Data Fields

PmObjDesc_t od
 Object descriptor.
pPmInstance_t m_instance
 Class instance of this method.
pPmFunc_t m_func
 Func of this method.
pPmDict_t m_attrs
 Attributes dict.

Detailed Description

Method struct.

Definition at line 52 of file class.h.


Field Documentation

Attributes dict.

Definition at line 64 of file class.h.

Func of this method.

Definition at line 61 of file class.h.

Class instance of this method.

Definition at line 58 of file class.h.

Object descriptor.

Definition at line 55 of file class.h.