klein icon indicating copy to clipboard operation
klein copied to clipboard

Make `Klein` introspectable.

Open tomprince opened this issue 11 years ago • 1 comments

I'm working on generating some sphinx documentation from a klein application (loosely based on the autoflask directive from sphinxcontrib-httpdomain) but I need to access _url_map and _endpoints to get the relevant information.

tomprince avatar Jan 31 '14 20:01 tomprince

The Klein.url_map and Klein.endpoints read-only properties seem to provide the introspection you're asking for: can you say more about the specific problem you're running into?

brighid avatar Sep 09 '15 04:09 brighid