A PortDescriptor represents information about the type of a Port.
A PortDescriptor contains type information about a specific port index
for a specific descriptor. This class should not be instantiated
directly. Each Descriptor object's PortDescriptors attribute is a
tuple of PortDescriptor instances. Also, each Port instance has a
reference to the relevant PortDescriptor.
Methods
|
|
__init__
|
|
__init__
|
__init__ (
self,
descriptor,
index,
)
This private constructor is not intended for use outside of this module.
|
|