community.general/lib/ansible/utils
Cristian Ciupitu 1eaf85b89f Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-27 20:35:20 +02:00
..
__init__.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-27 20:35:20 +02:00
cmd_functions.py Fixes #3973 Second Revision of live ansible-pull output 2014-01-10 11:18:02 -05:00
module_docs.py Don't need to document these guys. 2014-01-02 17:55:59 -05:00
plugins.py Use realpath for plugin directories instead of abspath 2014-01-21 12:41:58 -06:00
string_functions.py Properly count newlines appearing at the end of templates after rendering 2014-02-05 15:14:19 -06:00
template.py Fixes #5059 Ignore lookup failures when templating a task name 2014-03-26 11:28:43 -04:00
vault.py Merge pull request #6580 from ramondelafuente/fix-vault-editor-call 2014-03-25 15:48:59 -04:00