habitat.utils#

Module Contents#

Functions#

set_up_logging()

add_common_cmd_args(parser)

ns_to_ms(ns)

ms_to_ns(ms)

name_all_arguments(all_parameters, args, kwargs)

This function merges positional and keyword arguments

habitat.utils.set_up_logging()[source]#
habitat.utils.add_common_cmd_args(parser)[source]#
habitat.utils.ns_to_ms(ns)[source]#
habitat.utils.ms_to_ns(ms)[source]#
habitat.utils.name_all_arguments(all_parameters, args, kwargs)[source]#

This function merges positional and keyword arguments into one dictionary based on the declared names of the function’s parameters.