Version and Helper Functions¶
-
periphery.__version__= '2.0.1'¶ Module version string.
-
periphery.version= (2, 0, 1)¶ Module version tuple.
-
periphery.sleep(seconds)[source]¶ Sleep for the specified number of seconds.
Parameters: seconds (int, long, float) – duration in seconds.