pyVHDLModel.Regions

This module contains parts of an abstract document language model for VHDL.

tbd.

Classes


Classes

class pyVHDLModel.Regions.ConcurrentDeclarationRegionMixin(declaredItems=None)[source]

Inheritance

Inheritance diagram of ConcurrentDeclarationRegionMixin

Parameters:

declaredItems (Iterable)

__init__(declaredItems=None)[source]
Parameters:

declaredItems (Iterable)

class property HasClassAttributes: bool

Check if class has Attributes.

Returns:

True, if the class has Attributes.

class property HasMethodAttributes: bool

Check if class has any method with Attributes.

Returns:

True, if the class has any method with Attributes.