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

Method configure

src/py/reactpy/reactpy/backend/types.py:20–26  ·  view source on GitHub ↗

Configure the given app instance to display the given component

(
        self,
        app: _App,
        component: RootComponentConstructor,
        options: Any | None = None,
    )

Source from the content-addressed store, hash-verified

18 """A constructor for options passed to :meth:`BackendType.configure`"""
19
20 def configure(
21 self,
22 app: _App,
23 component: RootComponentConstructor,
24 options: Any | None = None,
25 ) -> None:
26 """Configure the given app instance to display the given component"""
27
28 def create_development_app(self) -> _App:
29 """Create an application instance for development purposes"""

Callers 3

runFunction · 0.80
configureFunction · 0.80
__aenter__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected