Lines Matching defs:password
161 def password(self):
198 username, have_password, password = userinfo.partition(':')
200 password = None
202 username = password = None
203 return username, password
228 username, have_password, password = userinfo.partition(b':')
230 password = None
232 username = password = None
233 return username, password
382 The username, password, hostname, and port sub-components of netloc
461 The username, password, hostname, and port sub-components of netloc