ContextStack ============ .. currentmodule:: app.util.config.context_stack .. autoclass:: ContextStack :members: :undoc-members: :show-inheritance: .. inheritance-diagram:: ContextStack :include-subclasses: :parts: 1 :caption: Inheritance Diagram for ContextStack .. rubric:: Methods .. autosummary:: ~ContextStack.__init__ ~ContextStack.find_inheritance ~ContextStack.find_name ~ContextStack.get ~ContextStack.iterate ~ContextStack.pop ~ContextStack.push ~ContextStack.with_context ~ContextStack.with_updated_name .. rubric:: Attributes .. autosummary:: ~ContextStack.CurrentType ~ContextStack.current ~ContextStack.name ~ContextStack.parent ~ContextStack.token