mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 14:14:19 +00:00
library.Operator docstring
This commit is contained in:
parent
8aa492f195
commit
6cad8c1eb0
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue