Source code for gws.common.action

"""Generic action object, the parent of all action objects."""

import gws
import gws.types as t


[docs]class Object(gws.Object):
[docs] def configure(self): super().configure() self.type = self.var('type')