pypath.inputs.get_method§

pypath.inputs.get_method(module_name, method_name=None)[source]§

Retrieves a method from a submodule of this module (inputs) by its name. E.g. for 'uniprot_db.all_uniprots' it returns the all_uniprots method from the pypath.inputs.uniprot_db module.