Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(1) | Derive(0) | Import(1)
EPS File Parser for the Python Imaging Library
src/e/l/elaphe-0.6.0/elaphe/base.py elaphe(Download)
except ImportError: import StringIO from PIL.EpsImagePlugin import EpsImageFile import util
""" ps_code_buf = self.render_ps_code(codestring) return EpsImageFile(StringIO.StringIO(ps_code_buf))