Get the current :class:`~reactpy.backend.types.Connection`'s scope.
()
| 263 | |
| 264 | |
| 265 | def use_scope() -> MutableMapping[str, Any]: |
| 266 | """Get the current :class:`~reactpy.backend.types.Connection`'s scope.""" |
| 267 | return use_connection().scope |
| 268 | |
| 269 | |
| 270 | def use_location() -> Location: |
nothing calls this directly
no test coverage detected