community.general/lib/ansible/playbook
Matt Martz 9773a1f289
Add a Singleton metaclass, use it with Display (#48935)
* Add a Singleton class, use it with Display

* update six import

* Move remaining failes to display singleton

* Fix rebase issues

* Singleton improvements

* Add code-smell for 'from __main__ import display'. ci_complete

* s/self/cls/g

* Add docs for no-main-display

* Address linting issues

* Add changelog fragment. ci_complete

* Implement reentrant lock for class instantiation in Singleton

* Add Display singleton porting guide
2018-11-20 17:06:51 -06:00
..
role Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
attribute.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 2018-10-12 10:43:09 -05:00
base.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
become.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
block.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 2018-10-12 10:43:09 -05:00
conditional.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
included_file.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
loop_control.py rebase base playbook base (#39533) 2018-05-03 18:29:47 -04:00
play.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
play_context.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
playbook_include.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 2018-10-12 10:43:09 -05:00
role_include.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
taggable.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 2018-10-12 10:43:09 -05:00
task.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
task_include.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00