Exemplo n.º 1
0
 def repo_lock(self, version, timeout=5, polling_interval=5):
     return Lock(self, version, timeout, polling_interval)
Exemplo n.º 2
0
 def repo_lock(self, timeout=5, polling_interval=0.2):
     return Lock(self, timeout, polling_interval)