
    ci                     D    d Z ddlmZ dgZ G d dej                        Zy)zRendering parameter handling.   )copyingParameterBasec                   "    e Zd ZdZdddefdZy)r   zRendering parameter.N)defaultattrnamec                :    || j                   v rt        | |      S |S )zfReturn self.attrname if attrname is in the instance dictionary
            (as oposed to on the type).)__dict__getattr)selfr   r   s      ?/tmp/pip-target-z3e9_cxr/lib/python/graphviz/parameters/base.py_getattr_from_dictz ParameterBase._getattr_from_dict   s"     t}}$4**    )__name__
__module____qualname____doc__strr    r   r   r   r      s    ;? 3 r   N)r    r   __all__CopyBaser   r   r   r   <module>r      s%    # 
G$$ r   