libICEpost.GLOBALS ================== .. py:module:: libICEpost.GLOBALS .. autoapi-nested-parse:: @author: F. Ramognino Last update: 12/06/2023 Global parameters of the pakage. Attributes ---------- .. autoapisummary:: libICEpost.GLOBALS.__CACHE_SIZE__ libICEpost.GLOBALS.__VERBOSITY_LEVEL__ libICEpost.GLOBALS.__TYPE_CHECKING__ libICEpost.GLOBALS.__SAFE_ITERABLE_CHECKING__ Module Contents --------------- .. py:data:: __CACHE_SIZE__ :type: int :value: 256 Size of the cache for cached functions .. py:data:: __VERBOSITY_LEVEL__ :type: int :value: 1 Verbosity levels for warnings: 0: Do not display any runtime message 1: Display runtime warnings 2: Base verbosity (TODO) 3: Advanced debug verbosity (TODO) .. py:data:: __TYPE_CHECKING__ :type: bool :value: True If need to perform type-checking .. py:data:: __SAFE_ITERABLE_CHECKING__ :type: bool :value: True If type-checking is enabled, check for all elements of an iterable? Otherwise, check only the first element