Get the current :class:`~reactpy.backend.types.Connection`'s location.
()
| 268 | |
| 269 | |
| 270 | def use_location() -> Location: |
| 271 | """Get the current :class:`~reactpy.backend.types.Connection`'s location.""" |
| 272 | return use_connection().location |
| 273 | |
| 274 | |
| 275 | class _ContextProvider(Generic[_Type]): |
nothing calls this directly
no test coverage detected