/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | 129 >>> mgr.find_user_password("Some Realm", "example.com") 131 >>> mgr.find_user_password("Some Realm", "http://example.com") 133 >>> mgr.find_user_password("Some Realm", "http://example.com/") 135 >>> mgr.find_user_password("Some Realm", "http://example.com/spam") 137 >>> mgr.find_user_password("Some Realm", "http://example.com/spam/spam") 139 >>> mgr.find_user_password("c", "http://example.com/foo") 141 >>> mgr.find_user_password("c", "http://example.com/bar") 147 ## >>> mgr.find_user_password("Some Realm", "http://example.com/ni") 152 >>> mgr.find_user_password("b", "http://example.com/") 157 >>> mgr.find_user_password("a", "http://example.com/" 439 def find_user_password(self, realm, authuri): member in class:MockPasswordManager [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | 129 >>> mgr.find_user_password("Some Realm", "example.com") 131 >>> mgr.find_user_password("Some Realm", "http://example.com") 133 >>> mgr.find_user_password("Some Realm", "http://example.com/") 135 >>> mgr.find_user_password("Some Realm", "http://example.com/spam") 137 >>> mgr.find_user_password("Some Realm", "http://example.com/spam/spam") 139 >>> mgr.find_user_password("c", "http://example.com/foo") 141 >>> mgr.find_user_password("c", "http://example.com/bar") 147 ## >>> mgr.find_user_password("Some Realm", "http://example.com/ni") 152 >>> mgr.find_user_password("b", "http://example.com/") 157 >>> mgr.find_user_password("a", "http://example.com/" 439 def find_user_password(self, realm, authuri): member in class:MockPasswordManager [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 769 def find_user_password(self, realm, authuri): member in class:HTTPPasswordMgr 819 def find_user_password(self, realm, authuri): member in class:HTTPPasswordMgrWithDefaultRealm 820 user, password = HTTPPasswordMgr.find_user_password(self, realm, 824 return HTTPPasswordMgr.find_user_password(self, None, authuri) 878 user, pw = self.passwd.find_user_password(realm, host) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 769 def find_user_password(self, realm, authuri): member in class:HTTPPasswordMgr 819 def find_user_password(self, realm, authuri): member in class:HTTPPasswordMgrWithDefaultRealm 820 user, password = HTTPPasswordMgr.find_user_password(self, realm, 824 return HTTPPasswordMgr.find_user_password(self, None, authuri) 878 user, pw = self.passwd.find_user_password(realm, host) [all...] |