flam ==== This page documents the core API of flam. It includes everything you get when you ``import flam``. .. We could've had a single automodule:: flam but then it wouldn't support "bysource" ordering because sphinx is stupid. .. So instead we have this copy-paste monstrosity. We could probably figure something out with templates, but we won't. .. Everything imported by __init__.py should be here, but the order is different and decided based on what I think is most readable. .. automodule:: flam._ctx .. automodule:: flam._ml .. automodule:: flam._attr .. automodule:: flam._ldef .. automodule:: flam._reg .. automodule:: flam._fetch .. automodule:: flam._filter .. automodule:: flam._cfg .. automodule:: flam._mlf .. automodule:: flam._mlv .. automodule:: flam._md .. automodule:: flam._file .. automodule:: flam._dbg .. automodule:: flam._exc