BaseSelector
BaseSelector
is the base class for all selectors.
You can also easily inherit this base class to customize your own selector class. Just override the
__init__
and__process__
method.
Last updated
BaseSelector
is the base class for all selectors.
You can also easily inherit this base class to customize your own selector class. Just override the
__init__
and__process__
method.
Last updated