We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mostly a dumping ground for ideas, wishes, and discussion for now. None of these are even close to commitments or specifications
ansible_mitogen
mitogen.ansible
ansible_mitogen.connection._connect_*()
ansible.mitogen.connection.convert_bool()
ansible.module_utils.parsing.convert_bool.boolean()
sys.path
ansible_mitogen.loader.*__get
ansible_mitogen.loader
ansible_mitogen.plugins.connection.{mitogen_doas,mitogen_sudo,mitogen_su}
Connection._mito_thing()
StrategyBase._execute_meta()
mitogen.Poller
mitogen.{SelectPoller,Selector,AbstractPoller}
mitogen.compat
mitogen.connection
mitogen.transports
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mostly a dumping ground for ideas, wishes, and discussion for now. None of these are even close to commitments or specifications
ansible_mitogen
ansible_mitogen
->mitogen.ansible
?ansible_mitogen.connection._connect_*()
-> respective modulesansible.mitogen.connection.convert_bool()
->ansible.module_utils.parsing.convert_bool.boolean()
?ansible_mitogen
sys.path
manipulationsansible_mitogen.loader.*__get
, or include "unwrapped" in namesansible_mitogen.loader
re-export of Ansible loader classesansible_mitogen.plugins.connection.{mitogen_doas,mitogen_sudo,mitogen_su}
?Connection._mito_thing()
) vs Ansible methods (e.g.StrategyBase._execute_meta()
)mitogen
mitogen.Poller
->mitogen.{SelectPoller,Selector,AbstractPoller}
?mitogen.compat
to unify backward compatibility workaroundsmitogen.connection
,mitogen.transports
Plumbing
The text was updated successfully, but these errors were encountered: