bilby.core.utils.introspection
Functions
|
|
Inspects a function to find its arguments, and ignoring the first n of these, returns a list of arguments from the function's signature. |
|
|
Infers all arguments of a method except for self |
Infers the arguments of a function (except the first arg which is assumed to be the dep. |
Classes
|
Generic descriptor class that allows handy access of properties without long boilerplate code. |