This module provides miscellaneous utilities used by Formular.
>>> _make_name(None, "eggs")
"eggs"
>>> _make_name("spam", "eggs")
"spam.eggs"
Returns the positional arguments and the keyword arguments of a given class.
The keyword arguments will contain any keyword argument used in any superclass of the given class.