Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/borgbackup/borg
/ load_exclude_file
Function
load_exclude_file
src/borg/patterns.py:34–36 ·
view source on GitHub ↗
(fileobj, patterns)
Source
from the content-addressed store, hash-verified
32
33
34
def
load_exclude_file(fileobj, patterns):
35
for
patternstr in clean_lines(fileobj):
36
patterns.append(parse_exclude_pattern(patternstr))
37
38
39
class
ArgparsePatternAction(Action):
Callers
2
parse
Method · 0.85
evaluate
Function · 0.85
Calls
2
clean_lines
Function · 0.85
parse_exclude_pattern
Function · 0.85
Tested by
1
evaluate
Function · 0.68