.. _scope_parsing: .. currentmodule:: globus_sdk.scopes Scope Parsing ============= Scope parsing is handled by the :class:`ScopeParser` type. Additionally, :class:`Scope` objects define a :meth:`parse() ` method which wraps parser usage. :class:`ScopeParser` provides classmethods as its primary interface, so there is no need to instantiate the parser in order to use it. ScopeParser Reference --------------------- .. autoclass:: ScopeParser :members: :show-inheritance: .. autoclass:: ScopeParseError .. autoclass:: ScopeCycleError