hutch_python.user_load.get_user_objs

hutch_python.user_load.get_user_objs(load)

Load the user’s modules.

All objects from these modules will be imported e.g. from module import * and the objects will be returned.

Parameters

load (str or list of str) – The modules to import

Returns

objs – Mapping from object name to object

Return type

dict