bilby.core.utils.introspection

Functions

get_dict_with_properties(obj)

get_function_path(func)

infer_args_from_function_except_n_args(func)

Inspects a function to find its arguments, and ignoring the first n of these, returns a list of arguments from the function's signature.

infer_args_from_method(method)

Infers all arguments of a method except for self

infer_parameters_from_function(func)

Infers the arguments of a function (except the first arg which is assumed to be the dep.

Classes

PropertyAccessor(container_instance_name, ...)

Generic descriptor class that allows handy access of properties without long boilerplate code.