Public Member Functions | Private Member Functions | Private Attributes
rtshell.modmgr.Module Class Reference

Module class - stores a dynamically imported module. More...

Inheritance diagram for rtshell.modmgr.Module:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def __str__
def mod
def name

Private Member Functions

def _load_mod

Private Attributes

 _mod
 _name

Detailed Description

Module class - stores a dynamically imported module.

Definition at line 37 of file modmgr.py.


Constructor & Destructor Documentation

def rtshell.modmgr.Module.__init__ (   self,
  name,
  mod = None,
  args,
  kwargs 
)

Definition at line 38 of file modmgr.py.


Member Function Documentation

Definition at line 43 of file modmgr.py.

def rtshell.modmgr.Module._load_mod (   self) [private]
Loads the module object.

Definition at line 56 of file modmgr.py.

def rtshell.modmgr.Module.mod (   self)
The module object.

Definition at line 52 of file modmgr.py.

The name of the module, as it would be called in source.

Definition at line 47 of file modmgr.py.


Member Data Documentation

Definition at line 38 of file modmgr.py.

Definition at line 38 of file modmgr.py.


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


rtshell
Author(s): Geoffrey Biggs
autogenerated on Fri Aug 28 2015 12:55:12