Coverage for datapool/file_handling.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# encoding: utf-8
"""waits up to max_time seconds if size of file provided by "path" changes. We check the size every "poll_time" seconds for this.
If file size does not change during the interval we may assume that no other processes write to the file any more. """
else: |