DEBSOURCES
Skip Quicknav
sources / python-enable / 3.3.1-3 / enthought / enable / abstract_layout_controller.py
12345678
from enthought.traits.api import HasTraits class AbstractLayoutController(HasTraits): def layout(self, component): raise NotImplementedError