OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authobject
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py
327
def authenticate(self, mechanism,
authobject
):
334
'
authobject
' must be a callable object:
336
data =
authobject
(response)
348
self.literal = _Authenticator(
authobject
).process
522
"""
Authobject
to use with CRAM-MD5 authentication. """
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py
327
def authenticate(self, mechanism,
authobject
):
334
'
authobject
' must be a callable object:
336
data =
authobject
(response)
348
self.literal = _Authenticator(
authobject
).process
522
"""
Authobject
to use with CRAM-MD5 authentication. """
[
all
...]
Completed in 35 milliseconds