summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils/callback (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-2/+2
| | | | | | | | | * Update triple single quotes to triple double quotes This change was fully automated. The updated Python files have been verified to tokenize the same as the originals, except for the expected change in quoting of strings, which were verified through literal_eval. * Manual conversion of docstring quotes
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-051-2/+1
|
* no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487)Jordan Borean2021-02-051-0/+31
* no_log mask suboption fallback values and defaults * Added changelog * Remove lambda expression