DatastoreMock¶
- 
class 
lsst.daf.butler.tests.DatastoreMock¶ Bases:
objectMocks a butler datastore.
Has functions that mock the datastore in a butler. Provides an
applyfunction to replace the relevent butler datastore functions with the mock functions.Methods Summary
apply(butler)Apply datastore mocks to a butler. Methods Documentation
- 
static 
apply(butler)¶ Apply datastore mocks to a butler.
- 
static