Filter

class ipkiss3.all.Filter

base class that processes any IPKISS primitive (does type checking where needed). The __call__ method should ALWAYS return a list object with IPKISS primitives

Parameters:
name: ( str and String that contains only ISO/IEC 8859-1 (extended ASCII py3) or pure ASCII (py2) characters ), optional, *None allowed*
filter(item)

filters an item by performing a type check, and looking for an internal method with the name __filter_xxx__, with xxx the class name.

Returns:
a list of filtered objects.