You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/commands
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.
11 years ago
..
command Micro-optimization: replace s.find(x)!=-1 with x in s 11 years ago
raw Add version_added to all modules missing version_added information, the docs formatter will now 11 years ago
script Add creates= and removes= to the script: action 11 years ago
shell shell module: document removes option and sync with command module doc 11 years ago