ConstructOptions

class constructs.ConstructOptions(*, node_factory=None)

Bases: object

Options for creating constructs.

Parameters:

node_factory (Optional[INodeFactory]) – A factory for attaching Node``s to the construct. Default: - the default ``Node is associated

Attributes

node_factory

A factory for attaching ``Node``s to the construct.

Default:
  • the default Node is associated