home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- import Image
-
- class Path:
-
- def __init__(self, xy):
- pass
-
-
- def compact(self, distance = 2):
- pass
-
-
- def getbbox(self):
- pass
-
-
- def map(self, function):
- pass
-
-
- def tolist(self, flat = 0):
- pass
-
-
- def transform(self, matrix):
- pass
-
-
- Path = Image.core.path
-