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