community.general/lib/ansible/inventory
Cristian Ciupitu 0749112286 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-16 13:10:28 -04:00
..
vars_plugins Ansible vault: a framework for encrypting any playbook or var file. 2014-02-18 15:35:12 -05:00
__init__.py Fix range issue in inventory and add additional error checking 2014-03-07 16:34:04 -06:00
dir.py don't want to ignore explicit cwd 2013-06-04 21:06:49 -07:00
expand_hosts.py Micro-optimization of inventory.expand_hosts.detect_range 2014-03-16 13:10:28 -04:00
group.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
host.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
ini.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00
script.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00