# Defined in /tmp/fish.e6R9oj/pyfind.fish @ line 2
function pyfind --description 'Find string in Python files from this root'
	find -name "*.py"|xargs grep $argv
end