globbing_filter.GlobbingFilter — Class used for filtering methods

class pycallgraph.globbing_filter.GlobbingFilter(include=None, exclude=None)[source]

Filter module names using a set of globs.

Objects are matched against the exclude list first, then the include list. Anything that passes through without matching either, is excluded.