Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | authenticators |
def | __repr__ |
Data Fields | |
hosts | |
macros | |
def __init__ | ( | self, | |
file = None |
|||
) |
def __repr__ | ( | self) |
Dump the class data in the format of a .netrc file.
Definition at line 91 of file netrc.py.
References netrc.hosts, and netrc.macros.
def authenticators | ( | self, | |
host | |||
) |
Return a (user, account, password) tuple for given host.
Definition at line 82 of file netrc.py.
References netrc.hosts.