1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/template
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
..
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
native_helpers.py Allow config to enable native jinja types (#32738) 2018-05-31 10:38:29 +02:00
safe_eval.py Fix loader for filters (#37748) 2018-03-22 17:23:10 -04:00
template.py template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
vars.py Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00