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

Public Member Functions

def __new__ (cls, value)
 

Detailed Description

Represents a UNO boolean.

Use an instance of this class to explicitly pass a boolean to UNO.

Note: This class is deprecated. Use Python's True and False directly instead.

Definition at line 199 of file uno.py.

Member Function Documentation

◆ __new__()

def uno.Bool.__new__ (   cls,
  value 
)

Definition at line 207 of file uno.py.


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