(package_name, fingerprinted_path)
| 226 | |
| 227 | def setup_component_suites(self, dash_app: Dash): |
| 228 | def serve(package_name, fingerprinted_path): |
| 229 | return self.serve_component_suites( |
| 230 | dash_app, package_name, fingerprinted_path |
| 231 | ) |
| 232 | |
| 233 | # pylint: disable=protected-access |
| 234 | dash_app._add_url( |
nothing calls this directly
no test coverage detected