This Page

The quantum.rootwrap.wrapper Module

quantum.rootwrap.wrapper.build_filter(class_name, *args)

Returns a filter object of class class_name

quantum.rootwrap.wrapper.load_filters(filters_path)

Load filters from a list of directories

quantum.rootwrap.wrapper.match_filter(filter_list, userargs)

Checks user command and arguments through command filters and returns the first matching filter, or None is none matched.