Module _support
source code
Support code for dealing with registries.
Functions: find_submodules Find all the modules in a package.
load_module Load a module and return it. Raise ImportError if not
found. safe_load_module Like load_module, but returns None if not
found.
make_rate_limited_function Limit the rate at which a function can
run.
make_cached_expression Caches the make_parser method of
expressions.
list of module names
|
find_submodules(modulename)
Look inside a package or module and recursively find all the modules
that exist within it. |
source code
|
|
module
|
|
module or None
|
|