Python Conventions

Return to Introduction  Previous page  Next page

Enterprise Architect supports the round trip engineering of Python, where the following conventions are used.

Tagged values

Tag

Applies to

Corresponds To

decorators

Class, Operation

The decorators applied to this element in the source.

Other Conventions

·Model members with Private Scope correspond to code members with two leading underscores
·Attributes are only generated when the Initial value is not empty
·All types are reverse engineered as var.

See Also