LibreOffice Module pyuno (master) 1
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
uno._ConstantGroup Class Reference
Inheritance diagram for uno._ConstantGroup:
[legend]
Collaboration diagram for uno._ConstantGroup:
[legend]

Public Member Functions

def __init__ (self, constants)
 
def __dir__ (self)
 
def __getattr__ (self, name)
 

Private Attributes

 _constants
 

Static Private Attributes

list __slots__ = ['_constants']
 

Detailed Description

Represents a group of UNOIDL constants.

Definition at line 439 of file uno.py.

Constructor & Destructor Documentation

◆ __init__()

def uno._ConstantGroup.__init__ (   self,
  constants 
)

Definition at line 444 of file uno.py.

Member Function Documentation

◆ __dir__()

def uno._ConstantGroup.__dir__ (   self)

Definition at line 447 of file uno.py.

References uno._ConstantGroup._constants.

◆ __getattr__()

def uno._ConstantGroup.__getattr__ (   self,
  name 
)

Definition at line 450 of file uno.py.

References uno._ConstantGroup._constants.

Member Data Documentation

◆ __slots__

list uno._ConstantGroup.__slots__ = ['_constants']
staticprivate

Definition at line 442 of file uno.py.

◆ _constants

uno._ConstantGroup._constants
private

Definition at line 445 of file uno.py.

Referenced by uno._ConstantGroup.__dir__(), and uno._ConstantGroup.__getattr__().


The documentation for this class was generated from the following file: