A single ignore pattern.
Method __init__ Undocumented
Method __bytes__ Undocumented
Method __str__ Undocumented
Method __eq__ Undocumented
Method __repr__ Undocumented
Method match Try to match a path against this ignore pattern.
def __init__(self, pattern, ignorecase=False):
Undocumented
def __bytes__(self):
Undocumented
def __str__(self):
Undocumented
def __eq__(self, other):
Undocumented
def __repr__(self):
Undocumented
def match(self, path):
Try to match a path against this ignore pattern.
ParameterspathPath to match (relative to ignore location)
Returnsboolean
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.