/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
H A D | test_netrc.py | 1 import netrc, os, unittest, sys, textwrap namespace 18 return netrc.netrc(temp_filename)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
H A D | test_netrc.py | 1 import netrc, os, unittest, sys, textwrap namespace 18 return netrc.netrc(temp_filename)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
H A D | test_netrc.py | 1 import netrc, os, unittest, sys, textwrap namespace 18 return netrc.netrc(temp_filename)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
H A D | test_netrc.py | 1 import netrc, os, unittest, sys, textwrap namespace 18 return netrc.netrc(temp_filename)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | netrc.py | 1 """An object-oriented interface to .netrc files.""" 7 __all__ = ["netrc", "NetrcParseError"] 11 """Exception raised on syntax errors in the .netrc file.""" 22 class netrc: class in inherits: 26 file = os.path.join(os.environ['HOME'], ".netrc") 28 raise IOError("Could not find .netrc: $HOME is not set") 106 """Dump the class data in the format of a .netrc file.""" 122 print netrc()
|
H A D | nntplib.py | 135 # If no login/password was specified, try to get them from ~/.netrc 139 import netrc namespace 140 credentials = netrc.netrc()
|
H A D | ftplib.py | 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") 961 """Return a list of hosts mentioned in the .netrc file.""" 1009 # get name of alternate ~/.netrc file: 1017 netrc = Netrc(rcfile) 1024 userid, passwd, acct = netrc.get_account(host)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
H A D | netrc.py | 1 """An object-oriented interface to .netrc files.""" 7 __all__ = ["netrc", "NetrcParseError"] 11 """Exception raised on syntax errors in the .netrc file.""" 22 class netrc: class in inherits: 26 file = os.path.join(os.environ['HOME'], ".netrc") 28 raise IOError("Could not find .netrc: $HOME is not set") 106 """Dump the class data in the format of a .netrc file.""" 122 print netrc()
|
H A D | nntplib.py | 135 # If no login/password was specified, try to get them from ~/.netrc 139 import netrc namespace 140 credentials = netrc.netrc()
|
H A D | ftplib.py | 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") 961 """Return a list of hosts mentioned in the .netrc file.""" 1009 # get name of alternate ~/.netrc file: 1017 netrc = Netrc(rcfile) 1024 userid, passwd, acct = netrc.get_account(host)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | netrc.py | 1 """An object-oriented interface to .netrc files.""" 7 __all__ = ["netrc", "NetrcParseError"] 11 """Exception raised on syntax errors in the .netrc file.""" 22 class netrc: class in inherits: 26 file = os.path.join(os.environ['HOME'], ".netrc") 28 raise IOError("Could not find .netrc: $HOME is not set") 106 """Dump the class data in the format of a .netrc file.""" 122 print netrc()
|
H A D | nntplib.py | 135 # If no login/password was specified, try to get them from ~/.netrc 139 import netrc namespace 140 credentials = netrc.netrc()
|
H A D | ftplib.py | 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") 961 """Return a list of hosts mentioned in the .netrc file.""" 1009 # get name of alternate ~/.netrc file: 1017 netrc = Netrc(rcfile) 1024 userid, passwd, acct = netrc.get_account(host)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | netrc.py | 1 """An object-oriented interface to .netrc files.""" 7 __all__ = ["netrc", "NetrcParseError"] 11 """Exception raised on syntax errors in the .netrc file.""" 22 class netrc: class in inherits: 26 file = os.path.join(os.environ['HOME'], ".netrc") 28 raise IOError("Could not find .netrc: $HOME is not set") 106 """Dump the class data in the format of a .netrc file.""" 122 print netrc()
|
H A D | nntplib.py | 135 # If no login/password was specified, try to get them from ~/.netrc 139 import netrc namespace 140 credentials = netrc.netrc()
|
H A D | ftplib.py | 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") 961 """Return a list of hosts mentioned in the .netrc file.""" 1009 # get name of alternate ~/.netrc file: 1017 netrc = Netrc(rcfile) 1024 userid, passwd, acct = netrc.get_account(host)
|
/prebuilts/devtools/tools/lib/ |
H A D | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ... |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
H A D | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ... |