pyfeyn2.render.pyx.pyxrender

Module Contents

Classes

PyxRender

class pyfeyn2.render.pyx.pyxrender.PyxRender(fd=None, *args, **kwargs)[source]

Bases: pyfeyn2.render.render.Render

render(file=None, show=True, resolution=200, width=None, height=None, clean_up=False)[source]

Render the diagram.

apply_layout(stylestring, obj)[source]

Apply the decorators encoded in a style string to an object.

static valid_type(typ: str)[source]
static valid_attribute(attr: str) bool[source]
static valid_style(style: str) bool[source]