Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
FileDelegate Class Reference
Inheritance diagram for FileDelegate:
FileBase

Public Member Functions

def __init__
 

Data Fields

 mod
 
 name
 

Additional Inherited Members

- Static Public Attributes inherited from FileBase
tuple ok_file_methods
 

Detailed Description

Definition at line 53 of file rexec.py.

Constructor & Destructor Documentation

def __init__ (   self,
  mod,
  name 
)

Definition at line 55 of file rexec.py.

55 
56  def __init__(self, mod, name):
57  self.mod = mod
58  self.name = name

Field Documentation

mod

Definition at line 56 of file rexec.py.

name

Definition at line 57 of file rexec.py.


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