Warning, TMIIW; Those technique require to load all exposed functions, it won't act as lazy load (load on demand).
Thats I've read on Flask book :) On 22 March 2011 23:06, Tom Atkins <[email protected]> wrote: > It uses Werkzeug - full details here: > > http://werkzeug.pocoo.org/docs/routing/ > > > On 22 March 2011 14:49, Jonathan Lundell <[email protected]> wrote: > >> >> Maybe so. Is there a formal definition of how Flask's routing works? All I >> could find was a rather brief overview at the quickstart link. >> >> -- coderbuzz

