Searched defs:standard_b64encode (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dupload.py8 from base64 import standard_b64encode namespace
134 auth = "Basic " + standard_b64encode(self.username + ":" +
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dupload.py8 from base64 import standard_b64encode namespace
134 auth = "Basic " + standard_b64encode(self.username + ":" +
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dbase64.py20 'standard_b64encode', 'standard_b64decode',
80 def standard_b64encode(s):
79 def standard_b64encode(s): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dbase64.py20 'standard_b64encode', 'standard_b64decode',
80 def standard_b64encode(s):
79 def standard_b64encode(s): function

Completed in 152 milliseconds