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 a398912 commit b4b1dbeCopy full SHA for b4b1dbe
pdoc/doc.py
@@ -637,7 +637,7 @@ def _var_annotations(self) -> dict[str, type]:
637
for attr, unresolved_annotation in dynamic_annotations.items():
638
cls_annotations[attr] = unresolved_annotation
639
cls_fullname = (
640
- _safe_getattr(cls, "__module__", "") or "" + "." + cls.__qualname__
+ (_safe_getattr(cls, "__module__", "") or "") + "." + cls.__qualname__
641
).lstrip(".")
642
643
new_annotations = {
0 commit comments