$operator property
Object?
get
$operator
operator (getter)
python docstring
This class abstracts handling of version specifiers.
.. tip::
It is generally not required to instantiate this manually. You should instead
prefer to work with :class:`SpecifierSet` instead, which can parse
comma-separated version specifiers (which is what package metadata contains).
Implementation
Object? get $operator => getAttribute("operator");
set
$operator
(Object? $operator)
operator (setter)
python docstring
This class abstracts handling of version specifiers.
.. tip::
It is generally not required to instantiate this manually. You should instead
prefer to work with :class:`SpecifierSet` instead, which can parse
comma-separated version specifiers (which is what package metadata contains).
Implementation
set $operator(Object? $operator) => setAttribute("operator", $operator);