Repository Analysis

openatx/uiautomator2

Android Uiautomator2 Python Wrapper

22.5 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of openatx/uiautomator2, a Python project with 8,246 GitHub stars. SynthScan v2.0 examined 18,415 lines of code across 112 source files, recording 259 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 22.5 places this repository in the Moderate AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

22.5
Adjusted Score
22.5
Raw Score
100%
Time Factor
2026-07-20
Last Push
8.2K
Stars
Python
Language
18.4K
Lines of Code
112
Files
259
Pattern Hits
2026-08-02
Scan Date
0.15
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 0HIGH 17MEDIUM 79LOW 163

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 259 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Decorative Section Separators25 hits · 81 pts
SeverityFileLineSnippetContext
MEDIUMuiautomator2/agent_cli/options.py21# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py23# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py47# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py49# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py86# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py88# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py172# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py174# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/options.py200# ===========================================================================COMMENT
MEDIUMuiautomator2/agent_cli/commands.py23# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py25# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py57# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py59# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py74# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py76# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py144# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py146# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py295# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py297# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py430# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py432# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py475# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py477# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py730# ---------------------------------------------------------------------------COMMENT
MEDIUMuiautomator2/agent_cli/commands.py732# ---------------------------------------------------------------------------COMMENT
Dead Code47 hits · 77 pts
SeverityFileLineSnippetContext
MEDIUMuiautomator2/image.py304CODE
MEDIUMuiautomator2/image.py305CODE
MEDIUMuiautomator2/image.py306CODE
MEDIUMuiautomator2/image.py308CODE
MEDIUMuiautomator2/image.py309CODE
MEDIUMuiautomator2/image.py310CODE
MEDIUMuiautomator2/image.py312CODE
MEDIUMuiautomator2/image.py313CODE
MEDIUMuiautomator2/image.py315CODE
MEDIUMuiautomator2/image.py317CODE
MEDIUMuiautomator2/image.py320CODE
MEDIUM_archived/widget.py411CODE
MEDIUM_archived/widget.py413CODE
MEDIUM_archived/widget.py414CODE
MEDIUM_archived/widget.py415CODE
MEDIUM_archived/widget.py417CODE
MEDIUM_archived/widget.py418CODE
MEDIUM_archived/widget.py419CODE
MEDIUM_archived/widget.py420CODE
MEDIUM_archived/widget.py421CODE
MEDIUM_archived/widget.py428CODE
MEDIUM_archived/widget.py429CODE
MEDIUM_archived/widget.py431CODE
MEDIUM_archived/widget.py432CODE
MEDIUM_archived/widget.py433CODE
MEDIUM_archived/widget.py434CODE
MEDIUM_archived/widget.py436CODE
MEDIUM_archived/widget.py437CODE
MEDIUM_archived/widget.py439CODE
MEDIUM_archived/widget.py441CODE
MEDIUM_archived/widget.py442CODE
MEDIUM_archived/widget.py443CODE
MEDIUM_archived/widget.py444CODE
MEDIUM_archived/widget.py445CODE
MEDIUM_archived/widget.py446CODE
MEDIUM_archived/widget.py447CODE
MEDIUM_archived/widget.py449CODE
MEDIUM_archived/widget.py450CODE
MEDIUM_archived/widget.py452CODE
MEDIUM_archived/widget.py453CODE
MEDIUM_archived/widget.py454CODE
MEDIUM_archived/widget.py456CODE
MEDIUM_archived/widget.py458CODE
MEDIUM_archived/widget.py459CODE
MEDIUM_archived/widget.py462CODE
MEDIUM_archived/widget.py463CODE
MEDIUM_archived/widget.py464CODE
Unused Imports56 hits · 55 pts
SeverityFileLineSnippetContext
LOWtests/test_input.py8CODE
LOWuiautomator2/_selector.py1CODE
LOWuiautomator2/_selector.py7CODE
LOWuiautomator2/__init__.py4CODE
LOWuiautomator2/__init__.py4CODE
LOWuiautomator2/__init__.py25CODE
LOWuiautomator2/__init__.py25CODE
LOWuiautomator2/__init__.py27CODE
LOWuiautomator2/__init__.py27CODE
LOWuiautomator2/__init__.py30CODE
LOWuiautomator2/__init__.py31CODE
LOWuiautomator2/__init__.py33CODE
LOWuiautomator2/core.py23CODE
LOWuiautomator2/core.py27CODE
LOWuiautomator2/utils.py13CODE
LOWuiautomator2/utils.py13CODE
LOWuiautomator2/xpath.py4CODE
LOWuiautomator2/_input.py13CODE
LOWuiautomator2/_input.py20CODE
LOWuiautomator2/watcher.py12CODE
LOWuiautomator2/image.py23CODE
LOWuiautomator2/__main__.py4CODE
LOWuiautomator2/__main__.py4CODE
LOWuiautomator2/base.py1CODE
LOWuiautomator2/base.py1CODE
LOWuiautomator2/base.py7CODE
LOWuiautomator2/base.py11CODE
LOWuiautomator2/base.py11CODE
LOWuiautomator2/base.py14CODE
LOWuiautomator2/base.py16CODE
LOWuiautomator2/base.py16CODE
LOWuiautomator2/ext/info/__init__.py6CODE
LOWuiautomator2/ext/htmlreport/__init__.py4CODE
LOWuiautomator2/ext/htmlreport/__init__.py11CODE
LOWuiautomator2/ext/perf/__init__.py4CODE
LOWuiautomator2/ext/perf/__init__.py4CODE
LOWuiautomator2/agent_cli/options.py3CODE
LOWuiautomator2/agent_cli/options.py3CODE
LOWuiautomator2/agent_cli/server.py3CODE
LOWuiautomator2/agent_cli/protocol.py3CODE
LOWuiautomator2/agent_cli/client.py3CODE
LOWuiautomator2/agent_cli/click_ext.py3CODE
LOWuiautomator2/agent_cli/click_ext.py3CODE
LOWuiautomator2/agent_cli/commands.py3CODE
LOWuiautomator2/agent_cli/commands.py3CODE
LOWuiautomator2/agent_cli/__main__.py3CODE
LOWuiautomator2/agent_cli/__main__.py3CODE
LOWuiautomator2/agent_cli/output.py3CODE
LOWuiautomator2/agent_cli/output.py3CODE
LOWdocs/conf.py17CODE
LOW_archived/widget.py18CODE
LOW_archived/widget.py18CODE
LOWexamples/runyaml/run.py8CODE
LOWdemo_tests/test_input.py4CODE
LOWmobile_tests/conftest.py3CODE
LOWmobile_tests/test_xpath.py7CODE
Hyper-Verbose Identifiers56 hits · 46 pts
SeverityFileLineSnippetContext
LOWtests/test_agent_cli.py887def test_start_server_process_uses_agent_cli_module():CODE
LOWtests/test_agent_cli.py896def test_client_request_treats_incomplete_read_as_server_not_running():CODE
LOWtests/test_agent_cli.py904def test_server_status_outputs_text(capsys):CODE
LOWtests/test_agent_cli.py46def test_device_registry_reuses_device():CODE
LOWtests/test_agent_cli.py56def test_device_registry_rebinds_default_when_bound_device_goes_offline():CODE
LOWtests/test_agent_cli.py76def test_screenshot_command_outputs_resolution(tmp_path, capsys):CODE
LOWtests/test_agent_cli.py98def test_server_screenshot_returns_resolution():CODE
LOWtests/test_agent_cli.py114def test_dump_hierarchy_command_outputs_result(capsys):CODE
LOWtests/test_agent_cli.py141def test_dump_hierarchy_command_outputs_saved_path(tmp_path, capsys):CODE
LOWtests/test_agent_cli.py155def test_hierarchy_to_text_simplifies_xml():CODE
LOWtests/test_agent_cli.py193def test_server_stop_sends_response_before_shutdown():CODE
LOWtests/test_agent_cli.py221def test_app_current_command_outputs_text(capsys):CODE
LOWtests/test_agent_cli.py247def test_server_app_current_returns_device_serial():CODE
LOWtests/test_agent_cli.py266def test_device_info_command_outputs_text(capsys):CODE
LOWtests/test_agent_cli.py283def test_window_size_command_outputs_text(capsys):CODE
LOWtests/test_agent_cli.py300def test_app_start_command_requests_server(capsys):CODE
LOWtests/test_agent_cli.py322def test_app_list_command_outputs_packages(capsys):CODE
LOWtests/test_agent_cli.py343def test_app_stop_command_supports_package_and_all(capsys):CODE
LOWtests/test_agent_cli.py368def test_app_install_uninstall_clear_commands(capsys):CODE
LOWtests/test_agent_cli.py404def test_shell_command_outputs_response(capsys):CODE
LOWtests/test_agent_cli.py426def test_system_ui_commands_request_server(capsys):CODE
LOWtests/test_agent_cli.py454def test_press_command_parses_key_and_keycode(capsys):CODE
LOWtests/test_agent_cli.py477def test_send_keys_command_defaults_to_clear_and_supports_no_clear(capsys):CODE
LOWtests/test_agent_cli.py502def test_clear_text_command_requests_server(capsys):CODE
LOWtests/test_agent_cli.py521def test_server_app_and_device_methods_return_device_serial():CODE
LOWtests/test_agent_cli.py590def test_coordinate_gesture_commands_request_server(capsys):CODE
LOWtests/test_agent_cli.py648def test_direction_swipe_command_requests_server(capsys):CODE
LOWtests/test_agent_cli.py677def test_selector_commands_request_server(capsys):CODE
LOWtests/test_agent_cli.py739def test_child_selector_command_supports_mixed_parent_and_child_conditions(capsys):CODE
LOWtests/test_agent_cli.py772def test_repeated_child_selector_builds_chain(capsys):CODE
LOWtests/test_agent_cli.py807def test_child_selector_requires_parent_selector(capsys):CODE
LOWtests/test_agent_cli.py815def test_server_gesture_and_selector_methods_return_device_serial():CODE
LOWtests/test_agent_cli.py869def test_ensure_server_restarts_incompatible_server():CODE
LOWtests/test_agent_cli.py921def test_missing_command_shows_help(capsys):CODE
LOWtests/test_agent_cli.py931def test_unexpected_cli_error_does_not_print_traceback(capsys):CODE
LOWtests/test_agent_cli.py942def test_help_has_no_json_option(capsys):CODE
LOWtests/test_agent_cli.py957def test_subcommand_help_shows_options(capsys):CODE
LOWtests/test_agent_cli.py968def test_selector_subcommand_help_shows_options(capsys):CODE
LOWtests/test_agent_cli.py170def test_server_dump_hierarchy_returns_compact_text():STRING
LOWtests/test_utils.py57def test_is_version_compatiable():CODE
LOWtests/test_utils.py94def test_with_package_resource():CODE
LOWtests/test_input.py53def test_send_keys_hides_keyboard_when_using_custom_ime():CODE
LOWtests/test_input.py76def test_send_keys_fallback_does_not_hide_keyboard():CODE
LOWtests/test_input.py102def test_hide_keyboard_method():CODE
LOWtests/test_xpath.py51def test_convert_to_camel_case():STRING
LOWtests/test_xpath.py112def test_xpath_wait_and_wait_gone():STRING
LOWtests/test_logger.py14def test_enable_pretty_logging(caplog: pytest.LogCaptureFixture):CODE
LOWuiautomator2/__init__.py727 def app_auto_grant_permissions(self, package_name: str):CODE
LOWuiautomator2/agent_cli/options.py187def _normalize_swipe_direction(value: str) -> Optional[str]:CODE
LOWuiautomator2/agent_cli/server.py178class U2CliRequestHandler(BaseHTTPRequestHandler):CODE
LOW_archived/widget.py226 def replace_etree_node_to_class(self, root: etree.ElementTree):CODE
LOW_archived/init.py320 def _install_uiautomator_apks(self):CODE
LOWdemo_tests/test_device.py63def test_swipe_ext_inside_box(app: u2.Device):CODE
LOWdemo_tests/test_app.py42def test_auto_grant_permissions(d: u2.Device):CODE
LOWmobile_tests/test_session.py10def test_session_function_exists(dev: u2.Device):CODE
LOWmobile_tests/test_session.py60def test_auto_grant_permissions(dev: u2.Device):CODE
Cross-Language Confusion9 hits · 45 pts
SeverityFileLineSnippetContext
HIGHuiautomator2/core.py264 self._dev.sync.push(jar_path, target_path, check=True)CODE
HIGHuiautomator2/base.py186 self._dev.sync.push(src, dst, mode=mode)CODE
HIGH_archived/webview.py85 var obj = document.evaluate(xpath, document, null, XPathResult.ANY_TYPE, null);CODE
HIGH_archived/webview.py93 var obj = document.evaluate(xpath, document, null, XPathResult.ANY_TYPE, null);CODE
HIGH_archived/webview.py114 var obj = document.evaluate(xpath, document, null, XPathResult.ANY_TYPE, null);CODE
HIGH_archived/init.py237 self._device.sync.push(path, dest, mode=mode)CODE
HIGH_archived/init.py343 self._device.sync.push(local_atx_agent_path, dest, mode=0o755)CODE
HIGHdemo_tests/test_device.py129 d.push(src_file, "/data/local/tmp/test_push.txt")CODE
HIGHmobile_tests/test_push_pull.py14 d.push(io.BytesIO(content), device_target)CODE
Docstring Block Structure8 hits · 40 pts
SeverityFileLineSnippetContext
HIGHuiautomator2/__init__.py72 Take screenshot of device Returns: PIL.Image.Image, np.ndarray (OpenCV format) or None STRING
HIGHuiautomator2/__init__.py949 Args: serial (str): Android device serialno or adb device instance port (int): uiautomator2 server STRING
HIGHuiautomator2/__init__.py970 Args: serial (str): android device serial or adb device instance port (int): uiautomator2 server poSTRING
HIGHuiautomator2/xpath.py439 Get first matched element Args: timeout (float): max seconds to wait Returns: STRING
HIGHuiautomator2/image.py193 Args: data: local path or http url or data:image/base64,xxx Returns: opencv image STRING
HIGHuiautomator2/base.py96 Run shell command on device Args: cmdargs: str or list, example: "ls -l" or ["ls", "-l"] STRING
HIGH_archived/aircv/__init__.py56 Locate image position with cv2.templateFind Use pixel match to find pictures. Args: STRING
HIGH_archived/ocr/__init__.py73 Args: timeout: seconds to wait Returns: List of recognition (text, x, STRING
Over-Commented Block17 hits · 16 pts
SeverityFileLineSnippetContext
LOWREADME.md1001We only support installing an APK from a URL or local path.COMMENT
LOWREADME_CN.md1001#{COMMENT
LOWuiautomator2/version.py1# coding: utf-8COMMENT
LOWuiautomator2/version.py21# 2.0.2 fix error: AndroidQ Service must be explicitCOMMENT
LOWuiautomator2/version.py41# __jar_version__ = 'v0.1.6' # no useless for now.COMMENT
LOWuiautomator2/version.py61# 0.7.2 fix stop already stopped uiautomator return status 500 errorCOMMENT
LOWuiautomator2/version.py81# 0.4.0 add go-daemon lib. use safe-time.Timer to prevent panic error. this will make it run longerCOMMENT
LOWuiautomator2/settings.py101# if __name__ == "__main__":COMMENT
LOWuiautomator2/exceptions.py1# coding: utf-8COMMENT
LOWuiautomator2/image.py321COMMENT
LOWuiautomator2/image.py341 # 'engine_template_multi_target_max_threshold': 0.99,COMMENT
LOWdocs/conf.py1# Configuration file for the Sphinx documentation builder.COMMENT
LOW_archived/widget.py281 # bounds = node.attrib.get("bounds")COMMENT
LOW_archived/widget.py381 # print("hierarchy:", hsim)COMMENT
LOW_archived/webview.py221 # test_self_driver()COMMENT
LOWdemo_tests/test_watcher.py1# coding: utf-8COMMENT
LOWmobile_tests/conftest.py41COMMENT
Modern Structural Boilerplate15 hits · 16 pts
SeverityFileLineSnippetContext
LOWuiautomator2/__init__.py38logger = logging.getLogger(__name__)CODE
LOWuiautomator2/core.py29logger = logging.getLogger(__name__)CODE
LOWuiautomator2/settings.py8logger = logging.getLogger(__name__)CODE
LOWuiautomator2/xpath.py23logger = logging.getLogger(__name__)CODE
LOWuiautomator2/_input.py23logger = logging.getLogger(__name__)CODE
LOWuiautomator2/watcher.py16logger = logging.getLogger(__name__)CODE
LOWuiautomator2/image.py28logger = logging.getLogger(__name__)CODE
LOWuiautomator2/__main__.py21logger = logging.getLogger(__name__)CODE
LOWuiautomator2/base.py18logger = logging.getLogger(__name__)CODE
LOWuiautomator2/agent_cli/options.py17logger = logging.getLogger(__name__)CODE
LOWuiautomator2/agent_cli/server.py20logger = logging.getLogger(__name__)CODE
LOWuiautomator2/agent_cli/commands.py21logger = logging.getLogger(__name__)CODE
LOW_archived/widget.py20logger = logging.getLogger(__name__)CODE
LOW_archived/webview.py14logger = logging.getLogger(__name__)CODE
LOW_archived/init.py25logger = logging.getLogger(__name__)CODE
Self-Referential Comments5 hits · 15 pts
SeverityFileLineSnippetContext
MEDIUMtests/test_core.py30 # Create a temporary file with known contentCOMMENT
MEDIUMtests/test_core.py51 # Create a temporary file with known contentCOMMENT
MEDIUMtests/test_core.py78 # Create a temporary file with known contentCOMMENT
MEDIUMtests/test_core.py96 # Create a temporary file with known contentCOMMENT
MEDIUM_archived/widget.py5# This file is deprecated and will be removed in the future.COMMENT
Deep Nesting14 hits · 14 pts
SeverityFileLineSnippetContext
LOWuiautomator2/swipe.py16CODE
LOWuiautomator2/_selector.py240CODE
LOWuiautomator2/_selector.py494CODE
LOWuiautomator2/_selector.py537CODE
LOWuiautomator2/_selector.py522CODE
LOWuiautomator2/_selector.py565CODE
LOWuiautomator2/utils.py190CODE
LOWuiautomator2/xpath.py78CODE
LOWuiautomator2/xpath.py251CODE
LOWuiautomator2/image.py192CODE
LOWuiautomator2/ext/info/__init__.py51CODE
LOWuiautomator2/agent_cli/output.py18CODE
LOW_archived/aircv/__init__.py447CODE
LOWexamples/runyaml/run.py53CODE
Excessive Try-Catch Wrapping6 hits · 7 pts
SeverityFileLineSnippetContext
LOWuiautomator2/watcher.py229 except Exception as e:CODE
LOWuiautomator2/watcher.py266 except Exception as e:CODE
LOWuiautomator2/__main__.py130 except Exception as e:CODE
LOWuiautomator2/agent_cli/options.py244 except Exception as e:CODE
MEDIUMuiautomator2/agent_cli/options.py39def convert(self, value, param, ctx):CODE
LOWuiautomator2/agent_cli/server.py232 except Exception as e:CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMuiautomator2/version.py65# 0.6.1 make dump_hierarchy more robust, add cpu,mem collectCOMMENT