Sujet précédent

5.17.1. archive — Module to stream tar and zip archives

Sujet suivant

5.17.3. units — Units

Cette page

Autres langues

5.17.2. importing — Importing helpers

plmapp.utils.importing.path_for_import(name)[source]

Returns the directory path for the given package or module.

plmapp.utils.importing.import_dotted_path(path)[source]

Takes a dotted path to a member name in a module, and returns the member after importing it.