HomeSort by relevance Sort by last modified time
    Searched refs:Netrc (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 50 __all__ = ["FTP","Netrc"]
883 class Netrc:
884 """Class to parse & provide access to 'netrc' format files.
886 See the netrc(4) man page for information on the file format.
888 WARNING: This class is obsolete -- use module netrc instead.
899 ".netrc")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 50 __all__ = ["FTP","Netrc"]
883 class Netrc:
884 """Class to parse & provide access to 'netrc' format files.
886 See the netrc(4) man page for information on the file format.
888 WARNING: This class is obsolete -- use module netrc instead.
899 ".netrc")
    [all...]

Completed in 39 milliseconds