summaryrefslogtreecommitdiff
path: root/changelogs/fragments/fieldattributes-classproperty.yml
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2022-07-20 18:21:20 +0200
committerGitHub <noreply@github.com>2022-07-20 12:21:20 -0400
commitb56b38b3ba0ef403ac0e30d412c06ed1080e7fb3 (patch)
treee295d2d132da72a6e6b407adb8585632ec1ffda5 /changelogs/fragments/fieldattributes-classproperty.yml
parent884244f1b2da3c3f367e064ef4ac0123fcb12675 (diff)
downloadansible-b56b38b3ba0ef403ac0e30d412c06ed1080e7fb3.tar.gz
Use classproperty to access field attributes of a class (#78180)
* Use classproperty to access field attributes of a class, consolidate into one class
Diffstat (limited to 'changelogs/fragments/fieldattributes-classproperty.yml')
-rw-r--r--changelogs/fragments/fieldattributes-classproperty.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fieldattributes-classproperty.yml b/changelogs/fragments/fieldattributes-classproperty.yml
new file mode 100644
index 0000000000..684cb27f8e
--- /dev/null
+++ b/changelogs/fragments/fieldattributes-classproperty.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Utilize @classmethod and @property together to form classproperty (Python 3.9) to access field attributes of a class