(package_name, fingerprinted_path)
| 358 | |
| 359 | def setup_component_suites(self, dash_app: Dash): |
| 360 | async def serve(package_name, fingerprinted_path): |
| 361 | return self.serve_component_suites( |
| 362 | dash_app, package_name, fingerprinted_path |
| 363 | ) |
| 364 | |
| 365 | # pylint: disable=protected-access |
| 366 | dash_app._add_url( |
nothing calls this directly
no test coverage detected