\ :py:mod:`clipppy.yaml.scope` ============================== .. py:module:: clipppy.yaml.scope Module Contents --------------- .. py:class:: ScopeMixin .. py:attribute:: _scope :annotation: :MutableMapping[str, Any] .. py:attribute:: builtins :annotation: :ClassVar[Mapping[str, Any]] .. py:method:: import_(self, *specs: Union[str, _import_DictT]) .. py:method:: resolve_name(self, name: str, kwargs) .. py:method:: scope(self) :property: