Source code for IoTPy.code.helper_functions.recent_values

[docs]def recent_values(stream): return stream.recent[:stream.stop]