Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
mhlib.py File Reference

Go to the source code of this file.

Data Structures

class  Error
 
class  MH
 
class  Folder
 
class  Message
 
class  SubMessage
 
class  IntSet
 

Namespaces

 mhlib
 

Constant Groups

 mhlib
 

Functions

def isnumeric
 
def pickline
 
def updateline
 
def test
 

Variables

string MH_PROFILE = '~/.mh_profile'
 
string PATH = '~/Mail'
 
string MH_SEQUENCES = '.mh_sequences'
 
int FOLDER_PROTECT = 0700
 
list __all__ = ["MH","Error","Folder","Message"]
 
tuple numericprog = re.compile('^[1-9][0-9]*$')