Home
last modified time | relevance | path

Searched refs:_get_operations (Results 1 – 5 of 5) sorted by relevance

/dports/misc/thefuck/thefuck-3.31/thefuck/rules/
H A Dyum_invalid_operation.py17 def _get_operations(): function
29 _get_operations = cache(which('yum'))(_get_operations) variable
39 return replace_command(command, invalid_operation, _get_operations())
H A Ddnf_no_such_command.py22 def _get_operations(): function
34 return replace_command(command, misspelled_command, _get_operations())
H A Dapt_invalid_operation.py42 def _get_operations(app): function
62 operations = _get_operations(command.script_parts[0])
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/ftd/
H A Dfdm_swagger_client.py164 operations = self._get_operations(spec)
187 def _get_operations(self, spec): member in FdmSwaggerParser
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/plugins/module_utils/network/ftd/
H A Dfdm_swagger_client.py171 operations = self._get_operations(spec)
194 def _get_operations(self, spec): member in FdmSwaggerParser