MCPcopy Index your code
hub / github.com/reactive-python/reactpy / __init__

Method __init__

src/py/reactpy/reactpy/_option.py:143–145  ·  view source on GitHub ↗
(self, *args: Any, message: str, **kwargs: Any)

Source from the content-addressed store, hash-verified

141 """An option that will warn when it is accessed"""
142
143 def __init__(self, *args: Any, message: str, **kwargs: Any) -> None:
144 super().__init__(*args, **kwargs)
145 self._deprecation_message = message
146
147 @Option.current.getter # type: ignore
148 def current(self) -> _O:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected