405
419
if info.get('nonce') != self.nonce:
406
420
# there is a lock, but not ours
409
423
def _read_info_file(self, path):
410
424
"""Read one given info file.
412
426
peek() reads the info file of the lock holder, if any.
417
431
"""Check if the lock is held by anyone.
419
433
If it is held, this returns the lock info structure as a rio Stanza,
420
434
which contains some information about the current lock holder.