Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Contents
Prev Next

Python Conventions

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

Tagged Values

Tag

Applies To

See also

Decorators

Class, Operation

Corresponds To: 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

Learn more