Coverage for /Users/fab/Documents/rdlm-py/rdlmpy/lock : 85%

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
#!/usr/bin/env python # -*- coding: utf-8 -*- # # This file is part of rdlm-py released under the MIT license. # See the LICENSE file for more information.
''' Class which defines a lock object '''
def factory(url, get_request_output): else: res = RDLMWaitingLock(url) res.wait_since = iso8601_to_datetime(tmp['wait_since']) res.wait_expires = iso8601_to_datetime(tmp['wait_expires']) except: raise RDLMClientException("impossible to build the lock object")
def active(self):
def active(self): return False |