Next / Previous / Contents / TCC Help System / NM Tech homepage

34. AccessSummary.FILTER_FUNCTIONS: Collection of filter functions

The methods contained in this class variable are all applied to access records to see if they are relevant. This sequence is used by Section 27, “AccessSummary.__isRelevant(): Filter out irrelevant access records” to filter access records. These are all unbound methods, so the self argument must be provided explicitly when they are called.

webstats.py
    FILTER_FUNCTIONS  =  (__statusFilter, __extFilter,
        __spiderFilter, __pwdFilter, __timeFilter, __specialFilter)