using the __defaults__ attribute of the constructor method should help ```python getattr(definition_type.__init__, '__defaults__', None) ``` * see this example for the way to display attribute with a default value: https://stackoverflow.com/a/36323868