HomeSort by relevance Sort by last modified time
    Searched refs:mimify (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 62 import mimify namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 62 import mimify namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify

Completed in 180 milliseconds