netrc
 

# Module and documentation by Eric S. Raymond, 21 Dec 1998


 Modules
                                                                                                                                                                                                                               
os
shlex
string
sys


 Classes
                                                                                                                                                                                                                               
netrc


 class netrc
           no doc string
                                                                                                                                                                                                                     
__init__(self, file=None)
no doc string
__repr__(self)
Dump the class data in the format of a .netrc file
authenticators(self, host)
Return a (user, account, password) tuple for given host.