Home | History | Annotate | Download | only in Lib

Lines Matching defs:Netrc

50 __all__ = ["FTP","Netrc"]
913 class Netrc:
914 """Class to parse & provide access to 'netrc' format files.
916 See the netrc(4) man page for information on the file format.
918 netrc instead.
929 ".netrc")
993 """Return a list of hosts mentioned in the .netrc file."""
1041 # get name of alternate ~/.netrc file:
1049 netrc = Netrc(rcfile)
1056 userid, passwd, acct = netrc.get_account(host)