(self)
| 109 | path = "/_dev/components/HelloWorld" |
| 110 | |
| 111 | def GET(self): |
| 112 | return render_component("HelloWorld") + render_component("HelloWorld") |
| 113 | |
| 114 | |
| 115 | class library_explorer(delegate.page): |
nothing calls this directly
no test coverage detected