Command Interface#

Submodules#

landlab.cmd.landlab module#

exclude_matches_any(names: Iterable[str], exclude: str)[source]#
get_all_components()[source]#
get_all_components_by_name()[source]#
get_components(*args)[source]#

Get components by name.

Parameters:

names (list of str, optional) – Component names.

Returns:

Components with any of the given names.

Return type:

list of class

get_providers_of(var)[source]#

Get components that provide a variable.

get_users_of(var)[source]#

Get components that use a variable.

Module contents#