PmFunc_s Struct Reference

#include <func.h>

List of all members.

Public Attributes

PmObjDesc_t od
pPmCo_t f_co
pPmDict_t f_attrs
pPmDict_t f_globals


Detailed Description

Function obj

A function is like an instance of a code obj. Contains ptr to its code obj and has its own attributes dict.

The first (__main__) module that is executed has a function obj created for it to execute the bytecode which builds the module.

Definition at line 35 of file func.h.


Member Data Documentation

Ptr to attribute dict

Definition at line 44 of file func.h.

Ptr to code obj

Definition at line 41 of file func.h.

Ptr to globals dict

Definition at line 47 of file func.h.

Object descriptor

Definition at line 38 of file func.h.


The documentation for this struct was generated from the following file:

Generated on Mon Oct 18 07:40:49 2010 for Python-on-a-chip by  doxygen 1.5.9