Module pinky :: Class Document

Class Document

object --+
         |
        Document

A document.

Instance Methods
 
__init__(self, file)
Initialize a document from the given SVG file.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, file)
(Constructor)

 

Initialize a document from the given SVG file.

Overrides: object.__init__