pycauset.get_precision_mode pycauset.get_precision_mode() -> str Return the current thread-local promotion precision mode. Returns str: Either "lowest" or "highest". Example import pycauset as pc mode = pc.get_precision_mode() print(mode) See also pycauset.set_precision_mode pycauset.precision_mode