OpenHRC
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
pyexample.PyClass Class Reference

Documentation for a class. More...

Public Member Functions

def __init__ (self)
 The constructor.
 
def PyMethod (self)
 Documentation for a method.
 

Static Public Attributes

int classVar = 0;
 A class variable.
 

Protected Attributes

 _memVar
 a member variable
 

Detailed Description

Documentation for a class.

More details.

Definition at line 15 of file pyexample.py.

Constructor & Destructor Documentation

◆ __init__()

def pyexample.PyClass.__init__ (   self)

The constructor.

Definition at line 18 of file pyexample.py.

Member Function Documentation

◆ PyMethod()

def pyexample.PyClass.PyMethod (   self)

Documentation for a method.

Parameters
selfThe object pointer.

Definition at line 23 of file pyexample.py.

Member Data Documentation

◆ _memVar

pyexample.PyClass._memVar
protected

a member variable

Definition at line 19 of file pyexample.py.

◆ classVar

int pyexample.PyClass.classVar = 0;
static

A class variable.

Definition at line 27 of file pyexample.py.


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