No class docstring
Method __init__ Undocumented
Method append_pattern Add a pattern to the set.
Method find_matching Yield all matching patterns for path.
Method is_ignored Check whether a path is ignored.
Class Method from_path Undocumented
Method __repr__ Undocumented
def __init__(self, patterns, ignorecase=False):
Undocumented
def append_pattern(self, pattern):
Add a pattern to the set.
def find_matching(self, path):
Yield all matching patterns for path.
ParameterspathPath to match
ReturnsIterator over iterators
def is_ignored(self, path):

Check whether a path is ignored.

For directories, include a trailing slash.

Returnsstatus is None if file is not mentioned, True if it is included, False if it is explicitly excluded.
@classmethod
def from_path(cls, path, ignorecase=False):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Dulwich, generated by pydoctor at 2018-11-17 19:05:54.