Class Reflect

class ooodev.utils.reflection.reflect.Reflect[source]

Class for managing reflection.

New in version 0.37.0.

static get_const_info(const_name)[source]

Gets information on a specific fully qualified type

Parameters:

const_name (str) – The name of the constant.

Returns:

The constant value.

Return type:

Any