The utils.py module#

Summary#

sleep

Non-blocking sleep for ms milliseconds.

load_library_windows

Load a library into the python process on windows.

Description#

Miscellaneous utilities.

Module detail#

utils.sleep(ms: int) None#

Non-blocking sleep for ms milliseconds.

Mechanical should still work during the sleep.

utils.load_library_windows(library: str) int#

Load a library into the python process on windows.