We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e458622 commit 2d83059Copy full SHA for 2d83059
docs/sphinxext/autodoc_traits.py
@@ -78,7 +78,7 @@ def format_name(self):
78
return self.objpath[-1]
79
80
def add_directive_header(self, sig):
81
- default = self.object.get_default_value()
+ default = self.object.default_value
82
if default is Undefined:
83
default_s = ''
84
else:
0 commit comments