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

Function warn

src/py/reactpy/reactpy/_warnings.py:10–12  ·  view source on GitHub ↗
(*args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

8
9@wraps(_warn)
10def warn(*args: Any, **kwargs: Any) -> Any:
11 # warn at call site outside of ReactPy
12 _warn(*args, stacklevel=_frame_depth_in_module() + 1, **kwargs) # type: ignore
13
14
15if TYPE_CHECKING:

Callers 9

hotswapFunction · 0.90
currentMethod · 0.90
use_connectionFunction · 0.90
use_scopeFunction · 0.90
use_locationFunction · 0.90
vdomFunction · 0.90
serve_layoutFunction · 0.90
module_from_templateFunction · 0.90

Calls 1

_frame_depth_in_moduleFunction · 0.85

Tested by

no test coverage detected