MCPcopy Create free account
hub / github.com/borgbackup/borg / _prepare

Method _prepare

src/borg/patterns.py:204–206  ·  view source on GitHub ↗

Should set the value of self.pattern

(self, pattern)

Source from the content-addressed store, hash-verified

202 return self.pattern_orig
203
204 def _prepare(self, pattern):
205 "Should set the value of self.pattern"
206 raise NotImplementedError
207
208 def _match(self, path):
209 raise NotImplementedError

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected