Skip to content

Commit

Permalink
Add DynamicClassAttribute to list of properties
Browse files Browse the repository at this point in the history
DynamicClassAttribute is a descriptor defined in Python's Lib/types.py
which changes the behaviour of an attribute depending on if it is looked
up on the class or on an instance.
  • Loading branch information
nelfin committed Jun 9, 2021
1 parent 1342591 commit 0245bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astroid/bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"LazyProperty",
"lazy",
"cache_readonly",
"DynamicClassAttribute",
}


Expand Down

0 comments on commit 0245bd9

Please sign in to comment.