(self, **args)
| 11555 | class Drawpath(object): |
| 11556 | """Reflects a path dictionary from get_cdrawings().""" |
| 11557 | def __init__(self, **args): |
| 11558 | self.__dict__.update(args) |
| 11559 | |
| 11560 | class Drawpathlist(object): |
| 11561 | """List of Path objects representing get_cdrawings() output.""" |