module Synopsis.Parsers.IDL.idltype
class Sequence
Class for sequence types (Type) Functions: seqType() -- Type this is a sequence of. bound() -- bound of bounded sequence. 0 for unbounded.
Sequence-inheritance Scopes/Synopsis/Parsers/IDL/idltype/Type.html
-Attributes
source code
source code
-Methods
  __init__(self, seqType, bound, local)
references
source code
  accept(self, visitor)
references
source code
  seqType(self)
references
source code
  bound(self)
references
source code
Attributes Inherited from Type
__kind, __local
Methods Inherited from Type
kind, local, unalias