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

Go to the source code of this file.

Namespaces

 gopherlib
 

Constant Groups

 gopherlib
 

Functions

def type_to_name
 
def send_selector
 
def send_query
 
def path_to_selector
 
def path_to_datatype_name
 
def get_directory
 
def get_textfile
 
def get_alt_textfile
 
def get_binary
 
def get_alt_binary
 
def test
 

Variables

list __all__ = ["send_selector","send_query"]
 
string DEF_SELECTOR = '1/'
 
string DEF_HOST = 'gopher.micro.umn.edu'
 
int DEF_PORT = 70
 
string A_TEXT = '0'
 
string A_MENU = '1'
 
string A_CSO = '2'
 
string A_ERROR = '3'
 
string A_MACBINHEX = '4'
 
string A_PCBINHEX = '5'
 
string A_UUENCODED = '6'
 
string A_INDEX = '7'
 
string A_TELNET = '8'
 
string A_BINARY = '9'
 
string A_DUPLICATE = '+'
 
string A_SOUND = 's'
 
string A_EVENT = 'e'
 
string A_CALENDAR = 'c'
 
string A_HTML = 'h'
 
string A_TN3270 = 'T'
 
string A_MIME = 'M'
 
string A_IMAGE = 'I'
 
string A_WHOIS = 'w'
 
string A_QUERY = 'q'
 
string A_GIF = 'g'
 
string A_WWW = 'w'
 
string A_PLUS_IMAGE = ':'
 
string A_PLUS_MOVIE = ';'
 
string A_PLUS_SOUND = '<'
 
tuple _names = dir()
 
dictionary _type_to_name_map = {}
 
string CRLF = '\r\n'
 
string TAB = '\t'