MCPcopy Create free account
hub / github.com/RefactoringGuru/design-patterns-python / context

Method context

src/State/Conceptual/main.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75
76 @property
77 def context(self) -> Context:
78 return self._context
79
80 @context.setter
81 def context(self, context: Context) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected