Skip to content
Snippets Groups Projects
Commit 913bb796 authored by David Trattnig's avatar David Trattnig
Browse files

docs(docstring): remove args

parent 5a5b63fa
No related branches found
No related tags found
No related merge requests found
......@@ -78,11 +78,7 @@ def private(member):
class DotDict(dict):
"""
Wrap a Dictionary with `DotDict` to allow property access using the dot.notation.
Args:
dict (_type_): The dictionary
Wrap a dictionary with `DotDict()` to allow property access using the dot.notation.
"""
__getattr__ = dict.get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment