CertificateField#

class CertificateField(**properties: Any)#

Superclasses: Object

Constructors:

CertificateField(**properties)

Methods#

class CertificateField
get_label() str#

Get the display label of the field.

get_section() CertificateSection#

Get the parent CertificateSection.

get_value() tuple[bool, Any]#

Get the value of the field.

The value will have been initialized to the GType the value should be provided in.

get_value_type() type#

Get the type associated with the value.

Properties#

class CertificateField
props.label: str#

The type of the None singleton.

props.section: CertificateSection#

The type of the None singleton.

props.value: Any#

The type of the None singleton.