IoTPy
latest
IoTPy package
IoTPy
Docs
»
Module code
»
IoTPy.code.helper_functions.recent_values
Edit on GitHub
Source code for IoTPy.code.helper_functions.recent_values
[docs]
def
recent_values
(
stream
):
return
stream
.
recent
[:
stream
.
stop
]