b.t.m.ReturnsUnlockable(Matcher) : class documentation

Part of bzrlib.tests.matchers View In Hierarchy

A matcher that checks for the pattern we want lock* methods to have:

They should return an object with an unlock() method. Calling that method should unlock the original object.

Instance Variableslockable_thingThe object which can be locked that will be inspected.
Method __init__ Undocumented
Method __str__ Undocumented
Method match Undocumented
def __init__(self, lockable_thing):
Undocumented
def __str__(self):
Undocumented
def match(self, lock_method):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.