Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
openrsrc Class Reference

Public Member Functions

def __init__
 
def read
 
def write
 
def close
 

Detailed Description

Definition at line 106 of file binhex.py.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Definition at line 107 of file binhex.py.

108  def __init__(self, *args):
109  pass

Member Function Documentation

def close (   self)

Definition at line 116 of file binhex.py.

117  def close(self):
118  pass
def read (   self,
  args 
)

Definition at line 110 of file binhex.py.

111  def read(self, *args):
112  return ''
def write (   self,
  args 
)

Definition at line 113 of file binhex.py.

114  def write(self, *args):
115  pass

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