HomeSort by relevance Sort by last modified time
    Searched defs:a2b_qp (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 15 from binascii import a2b_qp, b2a_qp namespace
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 15 from binascii import a2b_qp, b2a_qp namespace
17 a2b_qp = None variable
121 if a2b_qp is not None:
123 odata = a2b_qp(data, header = header)
160 if a2b_qp is not None:
161 return a2b_qp(s, header = header)

Completed in 49 milliseconds