library.Operator docstring

This commit is contained in:
blacktwin 2020-07-02 00:42:28 -04:00
parent 8aa492f195
commit 6cad8c1eb0

View file

@ -1189,8 +1189,12 @@ class FilterField(PlexObject):
@utils.registerPlexObject
class Operator(PlexObject):
""" Represents a
""" Represents an Operator available for filter.
Attributes:
TAG (str): 'Operator'
key (str): Url key for operator.
title (str): Title of operator.
"""
TAG = 'Operator'