CodeTruthAgent-V3-Module2-Evaluation / graph_opencv-python.json
ZeeshanSaud's picture
Upload 75 files
5d096bd verified
Raw
History Blame Contribute Delete
41.3 kB
{
"repo_root": "C:\\repos\\v3\\opencv-python",
"files_scanned": 9,
"modules_parsed": 9,
"function_graph": {
"find_version": [],
"patch_auditwheel_whitelist": [
{
"id": "patch_auditwheel_whitelist.add_whitelisted_libs",
"name": "add_whitelisted_libs",
"lineno": 6,
"scope": null,
"is_async": false
}
],
"setup": [
{
"id": "setup.main",
"name": "main",
"lineno": 13,
"scope": null,
"is_async": false
},
{
"id": "setup.RearrangeCMakeOutput.__init__",
"name": "__init__",
"lineno": 337,
"scope": "RearrangeCMakeOutput",
"is_async": false
},
{
"id": "setup.RearrangeCMakeOutput.__del__",
"name": "__del__",
"lineno": 354,
"scope": "RearrangeCMakeOutput",
"is_async": false
},
{
"id": "setup.RearrangeCMakeOutput._classify_installed_files_override",
"name": "_classify_installed_files_override",
"lineno": 362,
"scope": "RearrangeCMakeOutput",
"is_async": false
},
{
"id": "setup.get_and_set_info",
"name": "get_and_set_info",
"lineno": 495,
"scope": null,
"is_async": false
},
{
"id": "setup.get_build_env_var_by_name",
"name": "get_build_env_var_by_name",
"lineno": 515,
"scope": null,
"is_async": false
},
{
"id": "setup.EmptyListWithLength.__len__",
"name": "__len__",
"lineno": 535,
"scope": "EmptyListWithLength",
"is_async": false
}
],
"cv2": [],
"cv2.data": [],
"scripts": [],
"tests.get_build_info": [],
"tests.test": [
{
"id": "tests.test.OpenCVTest.test_import",
"name": "test_import",
"lineno": 8,
"scope": "OpenCVTest",
"is_async": false
},
{
"id": "tests.test.OpenCVTest.test_video_capture",
"name": "test_video_capture",
"lineno": 12,
"scope": "OpenCVTest",
"is_async": false
}
],
"_build_backend.backend": [
{
"id": "_build_backend.backend.get_requires_for_build_wheel",
"name": "get_requires_for_build_wheel",
"lineno": 8,
"scope": null,
"is_async": false
}
]
},
"class_graph": {
"find_version": [],
"patch_auditwheel_whitelist": [],
"setup": [
{
"id": "setup.RearrangeCMakeOutput",
"name": "RearrangeCMakeOutput",
"lineno": 318,
"bases": [],
"scope": null
},
{
"id": "setup.EmptyListWithLength",
"name": "EmptyListWithLength",
"lineno": 534,
"bases": [
"list"
],
"scope": null
}
],
"cv2": [],
"cv2.data": [],
"scripts": [],
"tests.get_build_info": [],
"tests.test": [
{
"id": "tests.test.OpenCVTest",
"name": "OpenCVTest",
"lineno": 5,
"bases": [
"unittest.TestCase"
],
"scope": null
}
],
"_build_backend.backend": []
},
"module_graph": {
"find_version": {
"path": "C:\\repos\\v3\\opencv-python\\find_version.py",
"parent": null,
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"patch_auditwheel_whitelist": {
"path": "C:\\repos\\v3\\opencv-python\\patch_auditwheel_whitelist.py",
"parent": null,
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"setup": {
"path": "C:\\repos\\v3\\opencv-python\\setup.py",
"parent": null,
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"cv2": {
"path": "C:\\repos\\v3\\opencv-python\\cv2\\__init__.py",
"parent": null,
"is_package": true,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"cv2.data": {
"path": "C:\\repos\\v3\\opencv-python\\cv2\\data\\__init__.py",
"parent": "cv2",
"is_package": true,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"scripts": {
"path": "C:\\repos\\v3\\opencv-python\\scripts\\__init__.py",
"parent": null,
"is_package": true,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"tests.get_build_info": {
"path": "C:\\repos\\v3\\opencv-python\\tests\\get_build_info.py",
"parent": "tests",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"tests.test": {
"path": "C:\\repos\\v3\\opencv-python\\tests\\test.py",
"parent": "tests",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
},
"_build_backend.backend": {
"path": "C:\\repos\\v3\\opencv-python\\_build_backend\\backend.py",
"parent": "_build_backend",
"is_package": false,
"in_cyclic_loop": false,
"cyclic_cluster_id": null
}
},
"import_graph": {
"find_version": [],
"patch_auditwheel_whitelist": [],
"setup": [],
"cv2": [],
"cv2.data": [],
"scripts": [
{
"from_module": "scripts",
"imports": "version.ci_build",
"type": "from_import",
"relative_level": 1,
"module_part": "version",
"symbol_part": "ci_build",
"lineno": 8
},
{
"from_module": "scripts",
"imports": "version.headless",
"type": "from_import",
"relative_level": 1,
"module_part": "version",
"symbol_part": "headless",
"lineno": 8
}
],
"tests.get_build_info": [
{
"from_module": "tests.get_build_info",
"imports": "cv2",
"type": "import",
"lineno": 1
}
],
"tests.test": [
{
"from_module": "tests.test",
"imports": "cv2",
"type": "import",
"lineno": 10
},
{
"from_module": "tests.test",
"imports": "cv2",
"type": "import",
"lineno": 14
}
],
"_build_backend.backend": []
},
"dependency_graph": {
"sys": {
"used_by": [
"find_version",
"setup",
"tests.test"
],
"import_count": 3
},
"subprocess": {
"used_by": [
"find_version",
"setup"
],
"import_count": 2
},
"datetime": {
"used_by": [
"find_version"
],
"import_count": 1
},
"os": {
"used_by": [
"patch_auditwheel_whitelist",
"setup",
"cv2.data"
],
"import_count": 6
},
"json": {
"used_by": [
"patch_auditwheel_whitelist"
],
"import_count": 1
},
"auditwheel": {
"used_by": [
"patch_auditwheel_whitelist"
],
"import_count": 1
},
"io": {
"used_by": [
"setup"
],
"import_count": 1
},
"runpy": {
"used_by": [
"setup"
],
"import_count": 1
},
"re": {
"used_by": [
"setup"
],
"import_count": 1
},
"sysconfig": {
"used_by": [
"setup"
],
"import_count": 1
},
"platform": {
"used_by": [
"setup"
],
"import_count": 1
},
"skbuild": {
"used_by": [
"setup",
"_build_backend.backend"
],
"import_count": 5
},
"pip": {
"used_by": [
"setup"
],
"import_count": 1
},
"argparse": {
"used_by": [
"setup"
],
"import_count": 1
},
"unittest": {
"used_by": [
"tests.test"
],
"import_count": 1
},
"setuptools": {
"used_by": [
"_build_backend.backend"
],
"import_count": 1
},
"packaging": {
"used_by": [
"_build_backend.backend"
],
"import_count": 1
}
},
"declared_dependencies": {},
"call_graph": {
"find_version": [],
"patch_auditwheel_whitelist": [
{
"caller": "patch_auditwheel_whitelist.add_whitelisted_libs",
"callee": "<external>.os.path.join",
"lineno": 9,
"resolution": "external_constructor_call"
},
{
"caller": "patch_auditwheel_whitelist.add_whitelisted_libs",
"callee": "<external>.os.path.dirname",
"lineno": 9,
"resolution": "external_constructor_call"
},
{
"caller": "patch_auditwheel_whitelist.add_whitelisted_libs",
"callee": "<external>.os.path.abspath",
"lineno": 9,
"resolution": "external_constructor_call"
},
{
"caller": "patch_auditwheel_whitelist.add_whitelisted_libs",
"callee": "<external>.os.path.join",
"lineno": 15,
"resolution": "external_constructor_call"
},
{
"caller": "patch_auditwheel_whitelist.add_whitelisted_libs",
"callee": "<external>.os.path.dirname",
"lineno": 15,
"resolution": "external_constructor_call"
},
{
"caller": "patch_auditwheel_whitelist.add_whitelisted_libs",
"callee": "<external>.os.path.abspath",
"lineno": 15,
"resolution": "external_constructor_call"
},
{
"caller": "patch_auditwheel_whitelist.<module>",
"callee": "patch_auditwheel_whitelist.add_whitelisted_libs",
"lineno": 19,
"resolution": "direct_name_call"
}
],
"setup": [
{
"caller": "setup.main",
"callee": "setup.get_build_env_var_by_name",
"lineno": 20,
"resolution": "direct_name_call"
},
{
"caller": "setup.main",
"callee": "setup.get_build_env_var_by_name",
"lineno": 21,
"resolution": "direct_name_call"
},
{
"caller": "setup.main",
"callee": "setup.get_build_env_var_by_name",
"lineno": 22,
"resolution": "direct_name_call"
},
{
"caller": "setup.main",
"callee": "setup.get_build_env_var_by_name",
"lineno": 23,
"resolution": "direct_name_call"
},
{
"caller": "setup.main",
"callee": "setup.get_and_set_info",
"lineno": 69,
"resolution": "direct_name_call"
},
{
"caller": "setup.main",
"callee": "<builtin>.list.append",
"lineno": 247,
"resolution": "local_builtin_method_call"
},
{
"caller": "setup.main",
"callee": "setup.RearrangeCMakeOutput.__init__",
"lineno": 264,
"resolution": "same_module_class_call"
},
{
"caller": "setup.main",
"callee": "<builtin>.dict.keys",
"lineno": 265,
"resolution": "local_builtin_method_call"
},
{
"caller": "setup.main",
"callee": "<external>.skbuild.setup",
"lineno": 268,
"resolution": "external_constructor_call"
},
{
"caller": "setup.main",
"callee": "setup.EmptyListWithLength.<class>",
"lineno": 279,
"resolution": "same_module_class_call"
},
{
"caller": "setup.RearrangeCMakeOutput._classify_installed_files_override",
"callee": "<builtin>.list.append",
"lineno": 426,
"resolution": "local_builtin_method_call"
},
{
"caller": "setup.RearrangeCMakeOutput._classify_installed_files_override",
"callee": "<builtin>.list.append",
"lineno": 448,
"resolution": "local_builtin_method_call"
},
{
"caller": "setup.RearrangeCMakeOutput._classify_installed_files_override",
"callee": "<builtin>.list.append",
"lineno": 474,
"resolution": "local_builtin_method_call"
},
{
"caller": "setup.<module>",
"callee": "setup.main",
"lineno": 540,
"resolution": "direct_name_call"
}
],
"cv2": [],
"cv2.data": [],
"scripts": [],
"tests.get_build_info": [],
"tests.test": [
{
"caller": "tests.test.OpenCVTest.test_video_capture",
"callee": "<external>.unittest.TestCase.assertTrue",
"lineno": 17,
"resolution": "external_inherited_call"
}
],
"_build_backend.backend": [
{
"caller": "_build_backend.backend.get_requires_for_build_wheel",
"callee": "<external>.skbuild.cmaker.get_cmake_version",
"lineno": 18,
"resolution": "external_constructor_call"
}
]
},
"cyclic_clusters": [],
"unresolved": [
{
"module": "find_version",
"lineno": 17,
"pattern": "attribute_call",
"note": "Call via attribute access .split(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .decode(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .splitlines(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 33,
"pattern": "attribute_call",
"note": "Call via attribute access .check_output(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .split(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .decode(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .splitlines(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 40,
"pattern": "attribute_call",
"note": "Call via attribute access .check_output(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 50,
"pattern": "attribute_call",
"note": "Call via attribute access .rstrip(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 59,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 63,
"pattern": "attribute_call",
"note": "Call via attribute access .strftime(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 63,
"pattern": "attribute_call",
"note": "Call via attribute access .today(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 64,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 68,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 71,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 71,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 72,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 72,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 73,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 73,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 74,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 74,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 75,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "find_version",
"lineno": 75,
"pattern": "attribute_call",
"note": "Call via attribute access .format(...) - target object type not statically resolved."
},
{
"module": "patch_auditwheel_whitelist",
"lineno": 10,
"pattern": "attribute_call",
"note": "Call via attribute access .load(...) - target object type not statically resolved."
},
{
"module": "patch_auditwheel_whitelist",
"lineno": 13,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "patch_auditwheel_whitelist",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "patch_auditwheel_whitelist",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .dumps(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 14,
"pattern": "attribute_call",
"note": "Call via attribute access .chdir(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 14,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 14,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 30,
"pattern": "attribute_call",
"note": "Call via attribute access .get_python_version(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 31,
"pattern": "attribute_call",
"note": "Call via attribute access .get_python_library(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 37,
"pattern": "attribute_call",
"note": "Call via attribute access .replace(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .replace(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 39,
"pattern": "attribute_call",
"note": "Call via attribute access .get_python_include_dir(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 43,
"pattern": "attribute_call",
"note": "Call via attribute access .exists(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 46,
"pattern": "attribute_call",
"note": "Call via attribute access .Git(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 48,
"pattern": "attribute_call",
"note": "Call via attribute access .run_command(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 51,
"pattern": "attribute_call",
"note": "Call via attribute access .run_command(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 56,
"pattern": "attribute_call",
"note": "Call via attribute access .run_command(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 60,
"pattern": "attribute_call",
"note": "Call via attribute access .run_command(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 65,
"pattern": "attribute_call",
"note": "Call via attribute access .run_command(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 90,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 92,
"pattern": "attribute_call",
"note": "Call via attribute access .read(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 92,
"pattern": "attribute_call",
"note": "Call via attribute access .open(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 97,
"pattern": "attribute_call",
"note": "Call via attribute access .get(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 97,
"pattern": "attribute_call",
"note": "Call via attribute access .get_config_vars(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 198,
"pattern": "attribute_call",
"note": "Call via attribute access .machine(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 204,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 212,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 213,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 214,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 217,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 218,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 221,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 222,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 224,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 225,
"pattern": "attribute_call",
"note": "Call via attribute access .check_call(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 233,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 235,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 236,
"pattern": "attribute_call",
"note": "Call via attribute access .check_call(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 238,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 245,
"pattern": "attribute_call",
"note": "Call via attribute access .listdir(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 246,
"pattern": "attribute_call",
"note": "Call via attribute access .endswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 248,
"pattern": "attribute_call",
"note": "Call via attribute access .split(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 258,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 259,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 260,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 261,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 330,
"pattern": "attribute_call",
"note": "Call via attribute access .Namespace(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 389,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 390,
"pattern": "attribute_call",
"note": "Call via attribute access .CMAKE_INSTALL_DIR(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 393,
"pattern": "attribute_call",
"note": "Call via attribute access .relpath(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 396,
"pattern": "attribute_call",
"note": "Call via attribute access .replace(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 405,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 405,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 405,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 406,
"pattern": "attribute_call",
"note": "Call via attribute access .read(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 409,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 411,
"pattern": "attribute_call",
"note": "Call via attribute access .exists(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 412,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 415,
"pattern": "attribute_call",
"note": "Call via attribute access .write(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 419,
"pattern": "attribute_call",
"note": "Call via attribute access .endswith(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 420,
"pattern": "attribute_call",
"note": "Call via attribute access .relpath(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 421,
"pattern": "attribute_call",
"note": "Call via attribute access ._copy_file(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 422,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 423,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 426,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 430,
"pattern": "attribute_call",
"note": "Call via attribute access .items(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 431,
"pattern": "attribute_call",
"note": "Call via attribute access .replace(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 434,
"pattern": "attribute_call",
"note": "Call via attribute access .compile(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 436,
"pattern": "attribute_call",
"note": "Call via attribute access .match(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 440,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 441,
"pattern": "attribute_call",
"note": "Call via attribute access .basename(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 443,
"pattern": "attribute_call",
"note": "Call via attribute access ._copy_file(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 444,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 445,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 460,
"pattern": "attribute_call",
"note": "Call via attribute access .items(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 461,
"pattern": "attribute_call",
"note": "Call via attribute access .replace(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 463,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 467,
"pattern": "attribute_call",
"note": "Call via attribute access .basename(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 469,
"pattern": "attribute_call",
"note": "Call via attribute access ._copy_file(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 471,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 477,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 480,
"pattern": "attribute_call",
"note": "Call via attribute access ._classify_installed_files(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 498,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 498,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 499,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 503,
"pattern": "attribute_call",
"note": "Call via attribute access .exists(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 504,
"pattern": "attribute_call",
"note": "Call via attribute access .copy(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 506,
"pattern": "attribute_call",
"note": "Call via attribute access .run_path(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 510,
"pattern": "attribute_call",
"note": "Call via attribute access .read(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 519,
"pattern": "attribute_call",
"note": "Call via attribute access .getenv(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 519,
"pattern": "attribute_call",
"note": "Call via attribute access .upper(...) - target object type not statically resolved."
},
{
"module": "setup",
"lineno": 525,
"pattern": "attribute_call",
"note": "Call via attribute access .read(...) - target object type not statically resolved."
},
{
"module": "cv2.data",
"lineno": 3,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "cv2.data",
"lineno": 3,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 15,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 17,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 17,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .startswith(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 22,
"pattern": "attribute_call",
"note": "Call via attribute access .join(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .dirname(...) - target object type not statically resolved."
},
{
"module": "scripts",
"lineno": 23,
"pattern": "attribute_call",
"note": "Call via attribute access .abspath(...) - target object type not statically resolved."
},
{
"module": "tests.get_build_info",
"lineno": 3,
"pattern": "attribute_call",
"note": "Call via attribute access .getBuildInformation(...) - target object type not statically resolved."
},
{
"module": "tests.test",
"lineno": 16,
"pattern": "attribute_call",
"note": "Call via attribute access .VideoCapture(...) - target object type not statically resolved."
},
{
"module": "tests.test",
"lineno": 17,
"pattern": "attribute_call",
"note": "Call via attribute access .isOpened(...) - target object type not statically resolved."
},
{
"module": "_build_backend.backend",
"lineno": 12,
"pattern": "attribute_call",
"note": "Call via attribute access .get_requires_for_build_wheel(...) - target object type not statically resolved."
},
{
"module": "_build_backend.backend",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .parse(...) - target object type not statically resolved."
},
{
"module": "_build_backend.backend",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .split(...) - target object type not statically resolved."
},
{
"module": "_build_backend.backend",
"lineno": 18,
"pattern": "attribute_call",
"note": "Call via attribute access .parse(...) - target object type not statically resolved."
},
{
"module": "_build_backend.backend",
"lineno": 19,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
},
{
"module": "_build_backend.backend",
"lineno": 21,
"pattern": "attribute_call",
"note": "Call via attribute access .append(...) - target object type not statically resolved."
}
],
"governance_gate": "APPROVED"
}