Skip to content

Attribute

Canonical path: NemAll_Python_BaseElements.Attribute

Base for all attribute definitions

Methods:

Attributes:

  • Id (int) –

    Get the attribute Id

  • Undefined (bool) –

    Get the undefined state

  • Value (object) –

    Get the attribute value

Id property writable

Id: int

Get the attribute Id

Undefined property writable

Undefined: bool

Get the undefined state

Value property writable

Value: object

Get the attribute value

__eq__

__eq__(element: Attribute) -> bool

Equal operator

Parameters:

Returns:

  • bool

    Elements are equal: true/false

Placeholder