Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | get_hosts |
def | get_account |
def | get_macros |
def | get_macro |
Class to parse & provide access to 'netrc' format files. See the netrc(4) man page for information on the file format. WARNING: This class is obsolete -- use module netrc instead.
def __init__ | ( | self, | |
filename = None |
|||
) |
Definition at line 667 of file ftplib.py.
References Netrc.__defacct, Netrc.__defpasswd, Netrc.__defuser, Netrc.__hosts, Netrc.__macros, aifc.open(), and log_faction_ships.tuple.
def get_account | ( | self, | |
host | |||
) |
Returns login information for the named host. The return value is a triple containing userid, password, and the accounting field.
Definition at line 736 of file ftplib.py.
References Netrc.__defacct, Netrc.__defpasswd, Netrc.__defuser, and Netrc.__hosts.
def get_hosts | ( | self) |
def get_macro | ( | self, | |
macro | |||
) |
def get_macros | ( | self) |