mirror of https://github.com/ansible/ansible.git
Use classproperty to access field attributes of a class (#78180)
* Use classproperty to access field attributes of a class, consolidate into one classpull/78320/head
parent
884244f1b2
commit
b56b38b3ba
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Utilize @classmethod and @property together to form classproperty (Python 3.9) to access field attributes of a class
|
Loading…
Reference in New Issue