diff --git "a/graph_napalm.json" "b/graph_napalm.json" new file mode 100644--- /dev/null +++ "b/graph_napalm.json" @@ -0,0 +1,50922 @@ +{ + "repo_root": "C:\\repos\\v3\\napalm", + "files_scanned": 113, + "modules_parsed": 113, + "function_graph": { + "docs.conf": [ + { + "id": "docs.conf._merge_results", + "name": "_merge_results", + "lineno": 312, + "scope": null, + "is_async": false + }, + { + "id": "docs.conf.build_napalm_ansible_module_docs", + "name": "build_napalm_ansible_module_docs", + "lineno": 323, + "scope": null, + "is_async": false + }, + { + "id": "docs.conf.build_getters_support_matrix", + "name": "build_getters_support_matrix", + "lineno": 357, + "scope": null, + "is_async": false + }, + { + "id": "docs.conf.setup", + "name": "setup", + "lineno": 407, + "scope": null, + "is_async": false + } + ], + "docs.tutorials.sample_scripts.load_replace": [ + { + "id": "docs.tutorials.sample_scripts.load_replace.main", + "name": "main", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "napalm._SUPPORTED_DRIVERS": [], + "napalm": [], + "napalm.base.base": [ + { + "id": "napalm.base.base.NetworkDriver.__init__", + "name": "__init__", + "lineno": 41, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.__enter__", + "name": "__enter__", + "lineno": 64, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.__exit__", + "name": "__exit__", + "lineno": 75, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.__del__", + "name": "__del__", + "lineno": 95, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver._netmiko_open", + "name": "_netmiko_open", + "lineno": 107, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver._netmiko_close", + "name": "_netmiko_close", + "lineno": 135, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.open", + "name": "open", + "lineno": 142, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.close", + "name": "close", + "lineno": 148, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.is_alive", + "name": "is_alive", + "lineno": 154, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.pre_connection_tests", + "name": "pre_connection_tests", + "lineno": 164, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.connection_tests", + "name": "connection_tests", + "lineno": 172, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.post_connection_tests", + "name": "post_connection_tests", + "lineno": 180, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.load_template", + "name": "load_template", + "lineno": 188, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 220, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 238, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.compare_config", + "name": "compare_config", + "lineno": 256, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.commit_config", + "name": "commit_config", + "lineno": 264, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.confirm_commit", + "name": "confirm_commit", + "lineno": 281, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.has_pending_commit", + "name": "has_pending_commit", + "lineno": 289, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.discard_config", + "name": "discard_config", + "lineno": 295, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.rollback", + "name": "rollback", + "lineno": 301, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_facts", + "name": "get_facts", + "lineno": 309, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 337, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 398, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 444, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_environment", + "name": "get_environment", + "lineno": 501, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 523, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 590, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_bgp_config", + "name": "get_bgp_config", + "lineno": 638, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.cli", + "name": "cli", + "lineno": 738, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_bgp_neighbors_detail", + "name": "get_bgp_neighbors_detail", + "lineno": 767, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 863, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 897, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 916, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 945, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 981, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 1010, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_route_to", + "name": "get_route_to", + "lineno": 1060, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 1136, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_probes_config", + "name": "get_probes_config", + "lineno": 1167, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_probes_results", + "name": "get_probes_results", + "lineno": 1205, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.ping", + "name": "ping", + "lineno": 1274, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.traceroute", + "name": "traceroute", + "lineno": 1348, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_users", + "name": "get_users", + "lineno": 1470, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_optics", + "name": "get_optics", + "lineno": 1502, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_config", + "name": "get_config", + "lineno": 1566, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_network_instances", + "name": "get_network_instances", + "lineno": 1596, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_firewall_policies", + "name": "get_firewall_policies", + "lineno": 1648, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_ipv6_neighbors_table", + "name": "get_ipv6_neighbors_table", + "lineno": 1691, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.get_vlans", + "name": "get_vlans", + "lineno": 1724, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver.compliance_report", + "name": "compliance_report", + "lineno": 1743, + "scope": "NetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.base.NetworkDriver._canonical_int", + "name": "_canonical_int", + "lineno": 1763, + "scope": "NetworkDriver", + "is_async": false + } + ], + "napalm.base.canonical_map": [], + "napalm.base.constants": [], + "napalm.base.exceptions": [], + "napalm.base.helpers": [ + { + "id": "napalm.base.helpers.load_template", + "name": "load_template", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.netutils_parse_parents", + "name": "netutils_parse_parents", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.netutils_parse_objects", + "name": "netutils_parse_objects", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.regex_find_txt", + "name": "regex_find_txt", + "lineno": 218, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.textfsm_extractor", + "name": "textfsm_extractor", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.ttp_parse", + "name": "ttp_parse", + "lineno": 319, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.find_txt", + "name": "find_txt", + "lineno": 391, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.convert", + "name": "convert", + "lineno": 435, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.mac", + "name": "mac", + "lineno": 474, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.ip", + "name": "ip", + "lineno": 511, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.as_number", + "name": "as_number", + "lineno": 549, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.split_interface", + "name": "split_interface", + "lineno": 559, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.transform_lldp_capab", + "name": "transform_lldp_capab", + "lineno": 564, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.generate_regex_or", + "name": "generate_regex_or", + "lineno": 572, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.sanitize_config", + "name": "sanitize_config", + "lineno": 593, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.helpers.sanitize_configs", + "name": "sanitize_configs", + "lineno": 602, + "scope": null, + "is_async": false + } + ], + "napalm.base.mock": [ + { + "id": "napalm.base.mock.raise_exception", + "name": "raise_exception", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.mock.is_mocked_method", + "name": "is_mocked_method", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.mock.mocked_method", + "name": "mocked_method", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.mock.mocked_method._mocked_method", + "name": "_mocked_method", + "lineno": 50, + "scope": "mocked_method", + "is_async": false + }, + { + "id": "napalm.base.mock.mocked_data", + "name": "mocked_data", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.mock.MockDevice.__init__", + "name": "__init__", + "lineno": 86, + "scope": "MockDevice", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDevice.run_commands", + "name": "run_commands", + "lineno": 90, + "scope": "MockDevice", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDevice.show", + "name": "show", + "lineno": 96, + "scope": "MockDevice", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.__init__", + "name": "__init__", + "lineno": 102, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver._count_calls", + "name": "_count_calls", + "lineno": 134, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver._raise_if_closed", + "name": "_raise_if_closed", + "lineno": 139, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.open", + "name": "open", + "lineno": 143, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.close", + "name": "close", + "lineno": 148, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.is_alive", + "name": "is_alive", + "lineno": 151, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.cli", + "name": "cli", + "lineno": 154, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 168, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 178, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.compare_config", + "name": "compare_config", + "lineno": 188, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.commit_config", + "name": "commit_config", + "lineno": 195, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.discard_config", + "name": "discard_config", + "lineno": 210, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.confirm_commit", + "name": "confirm_commit", + "lineno": 218, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.has_pending_commit", + "name": "has_pending_commit", + "lineno": 227, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.rollback", + "name": "rollback", + "lineno": 230, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver._rpc", + "name": "_rpc", + "lineno": 234, + "scope": "MockDriver", + "is_async": false + }, + { + "id": "napalm.base.mock.MockDriver.__getattribute__", + "name": "__getattribute__", + "lineno": 240, + "scope": "MockDriver", + "is_async": false + } + ], + "napalm.base.models": [], + "napalm.base.netmiko_helpers": [ + { + "id": "napalm.base.netmiko_helpers.netmiko_args", + "name": "netmiko_args", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "napalm.base.validate": [ + { + "id": "napalm.base.validate._get_validation_file", + "name": "_get_validation_file", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate._mode", + "name": "_mode", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate._compare_getter_list", + "name": "_compare_getter_list", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate._compare_getter_dict", + "name": "_compare_getter_dict", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate.compare", + "name": "compare", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate._compare_numeric", + "name": "_compare_numeric", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate._compare_range", + "name": "_compare_range", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate._compare_tolerance", + "name": "_compare_tolerance", + "lineno": 217, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate.empty_tree", + "name": "empty_tree", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.validate.compliance_report", + "name": "compliance_report", + "lineno": 239, + "scope": null, + "is_async": false + } + ], + "napalm.base": [ + { + "id": "napalm.base._validate_driver_name", + "name": "_validate_driver_name", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.get_network_driver", + "name": "get_network_driver", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "napalm.base.clitools.cl_napalm": [ + { + "id": "napalm.base.clitools.cl_napalm.debugging", + "name": "debugging", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.debugging.real_decorator", + "name": "real_decorator", + "lineno": 16, + "scope": "debugging", + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.debugging.real_decorator.wrapper", + "name": "wrapper", + "lineno": 18, + "scope": "debugging.real_decorator", + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.build_help", + "name": "build_help", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.check_installed_packages", + "name": "check_installed_packages", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_get_network_driver", + "name": "call_get_network_driver", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_instantiating_object", + "name": "call_instantiating_object", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_pre_connection", + "name": "call_pre_connection", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_connection", + "name": "call_connection", + "lineno": 182, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_post_connection", + "name": "call_post_connection", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_facts", + "name": "call_facts", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_close", + "name": "call_close", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_open_device", + "name": "call_open_device", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_load_replace_candidate", + "name": "call_load_replace_candidate", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_load_merge_candidate", + "name": "call_load_merge_candidate", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_compare_config", + "name": "call_compare_config", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_commit_config", + "name": "call_commit_config", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.configuration_change", + "name": "configuration_change", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_getter", + "name": "call_getter", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.call_compliance_report", + "name": "call_compliance_report", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.run_tests", + "name": "run_tests", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm.main", + "name": "main", + "lineno": 299, + "scope": null, + "is_async": false + } + ], + "napalm.base.clitools.cl_napalm_configure": [ + { + "id": "napalm.base.clitools.cl_napalm_configure.run", + "name": "run", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.cl_napalm_configure.main", + "name": "main", + "lineno": 54, + "scope": null, + "is_async": false + } + ], + "napalm.base.clitools.cl_napalm_test": [ + { + "id": "napalm.base.clitools.cl_napalm_test.main", + "name": "main", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "napalm.base.clitools.cl_napalm_validate": [ + { + "id": "napalm.base.clitools.cl_napalm_validate.main", + "name": "main", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "napalm.base.clitools.helpers": [ + { + "id": "napalm.base.clitools.helpers.warning", + "name": "warning", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.helpers.build_help", + "name": "build_help", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.helpers.configure_logging", + "name": "configure_logging", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.clitools.helpers.parse_optional_args", + "name": "parse_optional_args", + "lineno": 128, + "scope": null, + "is_async": false + } + ], + "napalm.base.clitools": [], + "napalm.base.test.base": [ + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.setup_class", + "name": "setup_class", + "lineno": 22, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.teardown_class", + "name": "teardown_class", + "lineno": 27, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.tearDownClass", + "name": "tearDownClass", + "lineno": 32, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.read_file", + "name": "read_file", + "lineno": 38, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.print_diff_strings", + "name": "print_diff_strings", + "lineno": 43, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_and_committing_config", + "name": "test_replacing_and_committing_config", + "lineno": 47, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_with_typo", + "name": "test_replacing_config_with_typo", + "lineno": 63, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_and_diff_and_discard", + "name": "test_replacing_config_and_diff_and_discard", + "lineno": 77, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_and_rollback", + "name": "test_replacing_config_and_rollback", + "lineno": 92, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_merge_configuration", + "name": "test_merge_configuration", + "lineno": 111, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_merge_configuration_typo_and_rollback", + "name": "test_merge_configuration_typo_and_rollback", + "lineno": 127, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestConfigNetworkDriver.test_load_template", + "name": "test_load_template", + "lineno": 143, + "scope": "TestConfigNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "name": "_test_model", + "lineno": 153, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_firewall_policies", + "name": "test_get_firewall_policies", + "lineno": 174, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_is_alive", + "name": "test_is_alive", + "lineno": 188, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_facts", + "name": "test_get_facts", + "lineno": 196, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces", + "name": "test_get_interfaces", + "lineno": 204, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors", + "name": "test_get_lldp_neighbors", + "lineno": 216, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_counters", + "name": "test_get_interfaces_counters", + "lineno": 229, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "name": "test_get_environment", + "lineno": 241, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors", + "name": "test_get_bgp_neighbors", + "lineno": 264, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors_detail", + "name": "test_get_lldp_neighbors_detail", + "lineno": 287, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_config", + "name": "test_get_bgp_config", + "lineno": 300, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors_detail", + "name": "test_get_bgp_neighbors_detail", + "lineno": 314, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table", + "name": "test_get_arp_table", + "lineno": 331, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table_with_vrf", + "name": "test_get_arp_table_with_vrf", + "lineno": 343, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_peers", + "name": "test_get_ntp_peers", + "lineno": 355, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_servers", + "name": "test_get_ntp_servers", + "lineno": 368, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_stats", + "name": "test_get_ntp_stats", + "lineno": 382, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_ip", + "name": "test_get_interfaces_ip", + "lineno": 394, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_mac_address_table", + "name": "test_get_mac_address_table", + "lineno": 411, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_route_to", + "name": "test_get_route_to", + "lineno": 423, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_snmp_information", + "name": "test_get_snmp_information", + "lineno": 438, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_config", + "name": "test_get_probes_config", + "lineno": 454, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_results", + "name": "test_get_probes_results", + "lineno": 468, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_ping", + "name": "test_ping", + "lineno": 481, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_traceroute", + "name": "test_traceroute", + "lineno": 497, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_users", + "name": "test_get_users", + "lineno": 512, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_optics", + "name": "test_get_optics", + "lineno": 525, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_config", + "name": "test_get_config", + "lineno": 545, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_config_filtered", + "name": "test_get_config_filtered", + "lineno": 555, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_network_instances", + "name": "test_get_network_instances", + "lineno": 567, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ipv6_neighbors_table", + "name": "test_get_ipv6_neighbors_table", + "lineno": 586, + "scope": "TestGettersNetworkDriver", + "is_async": false + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver.test_get_vlans", + "name": "test_get_vlans", + "lineno": 598, + "scope": "TestGettersNetworkDriver", + "is_async": false + } + ], + "napalm.base.test.conftest": [ + { + "id": "napalm.base.test.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.test.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 31, + "scope": null, + "is_async": false + } + ], + "napalm.base.test.double": [ + { + "id": "napalm.base.test.double.BaseTestDouble.__init__", + "name": "__init__", + "lineno": 12, + "scope": "BaseTestDouble", + "is_async": false + }, + { + "id": "napalm.base.test.double.BaseTestDouble.find_file", + "name": "find_file", + "lineno": 17, + "scope": "BaseTestDouble", + "is_async": false + }, + { + "id": "napalm.base.test.double.BaseTestDouble.sanitize_text", + "name": "sanitize_text", + "lineno": 36, + "scope": "BaseTestDouble", + "is_async": false + }, + { + "id": "napalm.base.test.double.BaseTestDouble.read_json_file", + "name": "read_json_file", + "lineno": 42, + "scope": "BaseTestDouble", + "is_async": false + }, + { + "id": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "name": "read_txt_file", + "lineno": 48, + "scope": "BaseTestDouble", + "is_async": false + }, + { + "id": "napalm.base.test.double.BaseTestDouble.expected_result", + "name": "expected_result", + "lineno": 54, + "scope": "BaseTestDouble", + "is_async": false + }, + { + "id": "napalm.base.test.double._string_key_to_int", + "name": "_string_key_to_int", + "lineno": 65, + "scope": null, + "is_async": false + } + ], + "napalm.base.test.getters": [ + { + "id": "napalm.base.test.getters.list_dicts_diff", + "name": "list_dicts_diff", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.test.getters.dict_diff", + "name": "dict_diff", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.test.getters.wrap_test_cases", + "name": "wrap_test_cases", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.test.getters.wrap_test_cases.mock_wrapper", + "name": "mock_wrapper", + "lineno": 52, + "scope": "wrap_test_cases", + "is_async": false + }, + { + "id": "napalm.base.test.getters.wrap_test_cases.real_wrapper", + "name": "real_wrapper", + "lineno": 94, + "scope": "wrap_test_cases", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_method_signatures", + "name": "test_method_signatures", + "lineno": 110, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_is_alive", + "name": "test_is_alive", + "lineno": 144, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_facts", + "name": "test_get_facts", + "lineno": 151, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces", + "name": "test_get_interfaces", + "lineno": 158, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_lldp_neighbors", + "name": "test_get_lldp_neighbors", + "lineno": 169, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces_counters", + "name": "test_get_interfaces_counters", + "lineno": 181, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_environment", + "name": "test_get_environment", + "lineno": 192, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_neighbors", + "name": "test_get_bgp_neighbors", + "lineno": 214, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_lldp_neighbors_detail", + "name": "test_get_lldp_neighbors_detail", + "lineno": 232, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_config", + "name": "test_get_bgp_config", + "lineno": 244, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_neighbors_detail", + "name": "test_get_bgp_neighbors_detail", + "lineno": 257, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_arp_table", + "name": "test_get_arp_table", + "lineno": 273, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_arp_table_with_vrf", + "name": "test_get_arp_table_with_vrf", + "lineno": 284, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_ipv6_neighbors_table", + "name": "test_get_ipv6_neighbors_table", + "lineno": 295, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_ntp_peers", + "name": "test_get_ntp_peers", + "lineno": 305, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_ntp_servers", + "name": "test_get_ntp_servers", + "lineno": 317, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_ntp_stats", + "name": "test_get_ntp_stats", + "lineno": 329, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces_ip", + "name": "test_get_interfaces_ip", + "lineno": 340, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_mac_address_table", + "name": "test_get_mac_address_table", + "lineno": 356, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_route_to", + "name": "test_get_route_to", + "lineno": 367, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_route_to_longer", + "name": "test_get_route_to_longer", + "lineno": 382, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_snmp_information", + "name": "test_get_snmp_information", + "lineno": 400, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_probes_config", + "name": "test_get_probes_config", + "lineno": 415, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_probes_results", + "name": "test_get_probes_results", + "lineno": 428, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_ping", + "name": "test_ping", + "lineno": 440, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_traceroute", + "name": "test_traceroute", + "lineno": 455, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_users", + "name": "test_get_users", + "lineno": 469, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_optics", + "name": "test_get_optics", + "lineno": 481, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_config", + "name": "test_get_config", + "lineno": 501, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_config_filtered", + "name": "test_get_config_filtered", + "lineno": 511, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_config_sanitized", + "name": "test_get_config_sanitized", + "lineno": 525, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_config_sanitized_filtered", + "name": "test_get_config_sanitized_filtered", + "lineno": 535, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_network_instances", + "name": "test_get_network_instances", + "lineno": 559, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_firewall_policies", + "name": "test_get_firewall_policies", + "lineno": 574, + "scope": "BaseTestGetters", + "is_async": false + }, + { + "id": "napalm.base.test.getters.BaseTestGetters.test_get_vlans", + "name": "test_get_vlans", + "lineno": 584, + "scope": "BaseTestGetters", + "is_async": false + } + ], + "napalm.base.test.helpers": [ + { + "id": "napalm.base.test.helpers.test_model", + "name": "test_model", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "napalm.base.test": [], + "napalm.base.utils.jinja_filters": [ + { + "id": "napalm.base.utils.jinja_filters.CustomJinjaFilters.filters", + "name": "filters", + "lineno": 10, + "scope": "CustomJinjaFilters", + "is_async": false + }, + { + "id": "napalm.base.utils.jinja_filters.oc_attr_isdefault", + "name": "oc_attr_isdefault", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.jinja_filters.openconfig_to_cisco_af", + "name": "openconfig_to_cisco_af", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.jinja_filters.openconfig_to_eos_af", + "name": "openconfig_to_eos_af", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "napalm.base.utils.string_parsers": [ + { + "id": "napalm.base.utils.string_parsers.convert", + "name": "convert", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.alphanum_key", + "name": "alphanum_key", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.sorted_nicely", + "name": "sorted_nicely", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.colon_separated_string_to_dict", + "name": "colon_separated_string_to_dict", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.hyphen_range", + "name": "hyphen_range", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "name": "convert_uptime_string_seconds", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.parse_fixed_width", + "name": "parse_fixed_width", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "napalm.base.utils.string_parsers.parse_fixed_width.parse", + "name": "parse", + "lineno": 137, + "scope": "parse_fixed_width", + "is_async": false + } + ], + "napalm.base.utils": [], + "napalm.eos.constants": [], + "napalm.eos.eos": [ + { + "id": "napalm.eos.eos.EOSDriver.__init__", + "name": "__init__", + "lineno": 90, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._process_optional_args_ssh", + "name": "_process_optional_args_ssh", + "lineno": 150, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._process_optional_args_eapi", + "name": "_process_optional_args_eapi", + "lineno": 154, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._parse_transport", + "name": "_parse_transport", + "lineno": 166, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.open", + "name": "open", + "lineno": 191, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.close", + "name": "close", + "lineno": 225, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.is_alive", + "name": "is_alive", + "lineno": 233, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._run_commands", + "name": "_run_commands", + "lineno": 252, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._obtain_lock", + "name": "_obtain_lock", + "lineno": 275, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._lock", + "name": "_lock", + "lineno": 296, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._get_pending_commits", + "name": "_get_pending_commits", + "lineno": 301, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._multiline_convert", + "name": "_multiline_convert", + "lineno": 344, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._mode_comment_convert", + "name": "_mode_comment_convert", + "lineno": 361, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._load_config", + "name": "_load_config", + "lineno": 403, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 467, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 471, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.compare_config", + "name": "compare_config", + "lineno": 475, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.commit_config", + "name": "commit_config", + "lineno": 487, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.has_pending_commit", + "name": "has_pending_commit", + "lineno": 515, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.confirm_commit", + "name": "confirm_commit", + "lineno": 521, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.discard_config", + "name": "discard_config", + "lineno": 535, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.rollback", + "name": "rollback", + "lineno": 549, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_facts", + "name": "get_facts", + "lineno": 572, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 598, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 630, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 644, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 669, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_environment", + "name": "get_environment", + "lineno": 739, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_environment.extract_temperature_data", + "name": "extract_temperature_data", + "lineno": 740, + "scope": "EOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_environment._parse_memory", + "name": "_parse_memory", + "lineno": 801, + "scope": "EOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._transform_lldp_capab", + "name": "_transform_lldp_capab", + "lineno": 818, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 821, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.cli", + "name": "cli", + "lineno": 869, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_config", + "name": "get_bgp_config", + "lineno": 898, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "name": "default_group_dict", + "lineno": 955, + "scope": "EOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "name": "default_neighbor_dict", + "lineno": 968, + "scope": "EOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "name": "parse_options", + "lineno": 988, + "scope": "EOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 1127, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 1157, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 1227, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 1274, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 1362, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_route_to", + "name": "get_route_to", + "lineno": 1392, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 1558, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_users", + "name": "get_users", + "lineno": 1591, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_users._sshkey_type", + "name": "_sshkey_type", + "lineno": 1592, + "scope": "EOSDriver.get_users", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.traceroute", + "name": "traceroute", + "lineno": 1623, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "name": "get_bgp_neighbors_detail", + "lineno": 1731, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "name": "_parse_per_peer_bgp_detail", + "lineno": 1742, + "scope": "EOSDriver.get_bgp_neighbors_detail", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._append", + "name": "_append", + "lineno": 1822, + "scope": "EOSDriver.get_bgp_neighbors_detail", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_optics", + "name": "get_optics", + "lineno": 1898, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_config", + "name": "get_config", + "lineno": 1940, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._show_vrf_json", + "name": "_show_vrf_json", + "lineno": 1998, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._show_vrf_text", + "name": "_show_vrf_text", + "lineno": 2011, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._show_vrf", + "name": "_show_vrf", + "lineno": 2046, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver._get_vrfs", + "name": "_get_vrfs", + "lineno": 2049, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_network_instances", + "name": "get_network_instances", + "lineno": 2056, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.ping", + "name": "ping", + "lineno": 2104, + "scope": "EOSDriver", + "is_async": false + }, + { + "id": "napalm.eos.eos.EOSDriver.get_vlans", + "name": "get_vlans", + "lineno": 2195, + "scope": "EOSDriver", + "is_async": false + } + ], + "napalm.eos": [], + "napalm.eos.utils.versions": [ + { + "id": "napalm.eos.utils.versions.EOSVersion.__init__", + "name": "__init__", + "lineno": 11, + "scope": "EOSVersion", + "is_async": false + }, + { + "id": "napalm.eos.utils.versions.EOSVersion._parse", + "name": "_parse", + "lineno": 22, + "scope": "EOSVersion", + "is_async": false + }, + { + "id": "napalm.eos.utils.versions.EOSVersion.__lt__", + "name": "__lt__", + "lineno": 33, + "scope": "EOSVersion", + "is_async": false + }, + { + "id": "napalm.eos.utils.versions.EOSVersion.__gt__", + "name": "__gt__", + "lineno": 45, + "scope": "EOSVersion", + "is_async": false + }, + { + "id": "napalm.eos.utils.versions.EOSVersion.__eq__", + "name": "__eq__", + "lineno": 57, + "scope": "EOSVersion", + "is_async": false + }, + { + "id": "napalm.eos.utils.versions.EOSVersion.__le__", + "name": "__le__", + "lineno": 67, + "scope": "EOSVersion", + "is_async": false + }, + { + "id": "napalm.eos.utils.versions.EOSVersion.__ge__", + "name": "__ge__", + "lineno": 70, + "scope": "EOSVersion", + "is_async": false + } + ], + "napalm.eos.utils": [], + "napalm.ios.ios": [ + { + "id": "napalm.ios.ios.IOSDriver.__init__", + "name": "__init__", + "lineno": 117, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.open", + "name": "open", + "lineno": 163, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._discover_file_system", + "name": "_discover_file_system", + "lineno": 172, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.close", + "name": "close", + "lineno": 182, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._send_command", + "name": "_send_command", + "lineno": 192, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.is_alive", + "name": "is_alive", + "lineno": 209, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._create_tmp_file", + "name": "_create_tmp_file", + "lineno": 237, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "name": "_load_candidate_wrapper", + "lineno": 246, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 292, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 308, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._normalize_compare_config", + "name": "_normalize_compare_config", + "lineno": 324, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._normalize_merge_diff_incr", + "name": "_normalize_merge_diff_incr", + "lineno": 344, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._normalize_merge_diff", + "name": "_normalize_merge_diff", + "lineno": 380, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.compare_config", + "name": "compare_config", + "lineno": 393, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._file_prompt_quiet", + "name": "_file_prompt_quiet", + "lineno": 433, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._file_prompt_quiet.wrapper", + "name": "wrapper", + "lineno": 437, + "scope": "IOSDriver._file_prompt_quiet", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._commit_handler", + "name": "_commit_handler", + "lineno": 464, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.commit_config", + "name": "commit_config", + "lineno": 492, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._check_archive_feature", + "name": "_check_archive_feature", + "lineno": 592, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.has_pending_commit", + "name": "has_pending_commit", + "lineno": 599, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._get_pending_commits", + "name": "_get_pending_commits", + "lineno": 603, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.confirm_commit", + "name": "confirm_commit", + "lineno": 629, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.discard_config", + "name": "discard_config", + "lineno": 645, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._discard_config", + "name": "_discard_config", + "lineno": 650, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.rollback", + "name": "rollback", + "lineno": 657, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._inline_tcl_xfer", + "name": "_inline_tcl_xfer", + "lineno": 684, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._scp_file", + "name": "_scp_file", + "lineno": 710, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._xfer_file", + "name": "_xfer_file", + "lineno": 725, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._gen_full_path", + "name": "_gen_full_path", + "lineno": 800, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._gen_rollback_cfg", + "name": "_gen_rollback_cfg", + "lineno": 810, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._check_file_exists", + "name": "_check_file_exists", + "lineno": 816, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._send_command_postprocess", + "name": "_send_command_postprocess", + "lineno": 840, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._is_vss", + "name": "_is_vss", + "lineno": 851, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_optics", + "name": "get_optics", + "lineno": 861, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 960, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 993, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.parse_uptime", + "name": "parse_uptime", + "lineno": 1055, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_facts", + "name": "get_facts", + "lineno": 1087, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 1159, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 1267, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.bgp_time_conversion", + "name": "bgp_time_conversion", + "lineno": 1340, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_bgp_config", + "name": "get_bgp_config", + "lineno": 1389, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_bgp_config.build_prefix_limit", + "name": "build_prefix_limit", + "lineno": 1398, + "scope": "IOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 1636, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "name": "get_bgp_neighbors_detail", + "lineno": 2018, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 2172, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_environment", + "name": "get_environment", + "lineno": 2287, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 2374, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.cli", + "name": "cli", + "lineno": 2447, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 2473, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 2483, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 2510, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 2559, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "name": "process_mac_fields", + "lineno": 2613, + "scope": "IOSDriver.get_mac_address_table", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_probes_config", + "name": "get_probes_config", + "lineno": 2768, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._get_vrfs", + "name": "_get_vrfs", + "lineno": 2804, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "name": "_get_bgp_route_attr", + "lineno": 2837, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_route_to", + "name": "get_route_to", + "lineno": 2961, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 3113, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_users", + "name": "get_users", + "lineno": 3166, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.ping", + "name": "ping", + "lineno": 3217, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.traceroute", + "name": "traceroute", + "lineno": 3305, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_network_instances", + "name": "get_network_instances", + "lineno": 3441, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_config", + "name": "get_config", + "lineno": 3507, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_ipv6_neighbors_table", + "name": "get_ipv6_neighbors_table", + "lineno": 3547, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.dest_file_system", + "name": "dest_file_system", + "lineno": 3601, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver.get_vlans", + "name": "get_vlans", + "lineno": 3607, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._get_vlan_all_ports", + "name": "_get_vlan_all_ports", + "lineno": 3615, + "scope": "IOSDriver", + "is_async": false + }, + { + "id": "napalm.ios.ios.IOSDriver._get_vlan_from_id", + "name": "_get_vlan_from_id", + "lineno": 3658, + "scope": "IOSDriver", + "is_async": false + } + ], + "napalm.ios": [], + "napalm.iosxr.constants": [], + "napalm.iosxr.iosxr": [ + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.__init__", + "name": "__init__", + "lineno": 49, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.open", + "name": "open", + "lineno": 77, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.close", + "name": "close", + "lineno": 84, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.is_alive", + "name": "is_alive", + "lineno": 88, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 95, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 109, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.compare_config", + "name": "compare_config", + "lineno": 123, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.commit_config", + "name": "commit_config", + "lineno": 131, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.discard_config", + "name": "discard_config", + "lineno": 143, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.rollback", + "name": "rollback", + "lineno": 149, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "name": "get_facts", + "lineno": 152, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 251, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 305, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 401, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors.generate_vrf_query", + "name": "generate_vrf_query", + "lineno": 402, + "scope": "IOSXRDriver.get_bgp_neighbors", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "name": "get_environment", + "lineno": 571, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_environment.get_module_xml_query", + "name": "get_module_xml_query", + "lineno": 572, + "scope": "IOSXRDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 777, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 796, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.cli", + "name": "cli", + "lineno": 856, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "name": "get_bgp_config", + "lineno": 876, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config.build_prefix_limit", + "name": "build_prefix_limit", + "lineno": 880, + "scope": "IOSXRDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "name": "get_bgp_neighbors_detail", + "lineno": 1112, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 1339, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 1373, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 1397, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 1421, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 1471, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 1540, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "name": "get_route_to", + "lineno": 1570, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 1770, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "name": "get_probes_config", + "lineno": 1797, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "name": "get_probes_results", + "lineno": 1840, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "name": "traceroute", + "lineno": 2007, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_users", + "name": "get_users", + "lineno": 2116, + "scope": "IOSXRDriver", + "is_async": false + }, + { + "id": "napalm.iosxr.iosxr.IOSXRDriver.get_config", + "name": "get_config", + "lineno": 2146, + "scope": "IOSXRDriver", + "is_async": false + } + ], + "napalm.iosxr.utilities": [ + { + "id": "napalm.iosxr.utilities.strip_config_header", + "name": "strip_config_header", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "napalm.iosxr": [], + "napalm.iosxr_netconf.constants": [], + "napalm.iosxr_netconf.iosxr_netconf": [ + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.__init__", + "name": "__init__", + "lineno": 51, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.open", + "name": "open", + "lineno": 82, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.close", + "name": "close", + "lineno": 121, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._lock", + "name": "_lock", + "lineno": 127, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unlock", + "name": "_unlock", + "lineno": 133, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._load_config", + "name": "_load_config", + "lineno": 139, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree", + "name": "_filter_config_tree", + "lineno": 150, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree.unexpected", + "name": "unexpected", + "lineno": 154, + "scope": "IOSXRNETCONFDriver._filter_config_tree", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree.unexpected", + "name": "unexpected", + "lineno": 159, + "scope": "IOSXRNETCONFDriver._filter_config_tree", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules", + "name": "_unexpected_modules", + "lineno": 167, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules.unexpected", + "name": "unexpected", + "lineno": 172, + "scope": "IOSXRNETCONFDriver._unexpected_modules", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules.unexpected", + "name": "unexpected", + "lineno": 177, + "scope": "IOSXRNETCONFDriver._unexpected_modules", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.is_alive", + "name": "is_alive", + "lineno": 186, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 192, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 219, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.compare_config", + "name": "compare_config", + "lineno": 244, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.commit_config", + "name": "commit_config", + "lineno": 274, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.discard_config", + "name": "discard_config", + "lineno": 284, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.rollback", + "name": "rollback", + "lineno": 290, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "name": "_find_txt", + "lineno": 294, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "name": "get_facts", + "lineno": 319, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 418, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 491, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 646, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "name": "get_vrf_neighbors", + "lineno": 649, + "scope": "IOSXRNETCONFDriver.get_bgp_neighbors", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "name": "get_environment", + "lineno": 861, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment.env_ns_prefix", + "name": "env_ns_prefix", + "lineno": 864, + "scope": "IOSXRNETCONFDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 1116, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 1150, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.cli", + "name": "cli", + "lineno": 1256, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "name": "get_bgp_config", + "lineno": 1260, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config.build_prefix_limit", + "name": "build_prefix_limit", + "lineno": 1265, + "scope": "IOSXRNETCONFDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "name": "get_bgp_neighbors_detail", + "lineno": 1643, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "name": "get_vrf_neighbors_detail", + "lineno": 1646, + "scope": "IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 2048, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 2089, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 2127, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 2165, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 2220, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 2301, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "name": "get_route_to", + "lineno": 2341, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 2461, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "name": "get_probes_config", + "lineno": 2512, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "name": "get_probes_results", + "lineno": 2579, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "name": "traceroute", + "lineno": 2795, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_users", + "name": "get_users", + "lineno": 2897, + "scope": "IOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_config", + "name": "get_config", + "lineno": 2938, + "scope": "IOSXRNETCONFDriver", + "is_async": false + } + ], + "napalm.iosxr_netconf": [], + "napalm.junos.constants": [], + "napalm.junos.junos": [ + { + "id": "napalm.junos.junos.JunOSDriver.__init__", + "name": "__init__", + "lineno": 62, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.open", + "name": "open", + "lineno": 136, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.close", + "name": "close", + "lineno": 152, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._lock", + "name": "_lock", + "lineno": 158, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._unlock", + "name": "_unlock", + "lineno": 167, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._rpc", + "name": "_rpc", + "lineno": 176, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.is_alive", + "name": "is_alive", + "lineno": 193, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._is_json_format", + "name": "_is_json_format", + "lineno": 201, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._detect_config_format", + "name": "_detect_config_format", + "lineno": 208, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._load_candidate", + "name": "_load_candidate", + "lineno": 233, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 270, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 275, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.compare_config", + "name": "compare_config", + "lineno": 280, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.commit_config", + "name": "commit_config", + "lineno": 289, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.has_pending_commit", + "name": "has_pending_commit", + "lineno": 313, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._get_pending_commits", + "name": "_get_pending_commits", + "lineno": 321, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.confirm_commit", + "name": "confirm_commit", + "lineno": 373, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.discard_config", + "name": "discard_config", + "lineno": 377, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.rollback", + "name": "rollback", + "lineno": 385, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_facts", + "name": "get_facts", + "lineno": 390, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 411, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_interfaces._convert_to_dict", + "name": "_convert_to_dict", + "lineno": 421, + "scope": "JunOSDriver.get_interfaces", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 470, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_environment", + "name": "get_environment", + "lineno": 489, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._get_address_family", + "name": "_get_address_family", + "lineno": 658, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._parse_route_stats", + "name": "_parse_route_stats", + "lineno": 676, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._parse_value", + "name": "_parse_value", + "lineno": 720, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 728, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_uptime_table", + "name": "_get_uptime_table", + "lineno": 748, + "scope": "JunOSDriver.get_bgp_neighbors", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "name": "_get_bgp_neighbors_core", + "lineno": 753, + "scope": "JunOSDriver.get_bgp_neighbors", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 851, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._transform_lldp_capab", + "name": "_transform_lldp_capab", + "lineno": 884, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 897, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli", + "name": "cli", + "lineno": 964, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._count", + "name": "_count", + "lineno": 970, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._trim", + "name": "_trim", + "lineno": 980, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._except", + "name": "_except", + "lineno": 992, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._last", + "name": "_last", + "lineno": 1000, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._match", + "name": "_match", + "lineno": 1009, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._find", + "name": "_find", + "lineno": 1017, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.cli._process_pipe", + "name": "_process_pipe", + "lineno": 1028, + "scope": "JunOSDriver.cli", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "name": "get_bgp_config", + "lineno": 1092, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_config._check_nhs", + "name": "_check_nhs", + "lineno": 1095, + "scope": "JunOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_config.update_dict", + "name": "update_dict", + "lineno": 1105, + "scope": "JunOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_config.build_prefix_limit", + "name": "build_prefix_limit", + "lineno": 1117, + "scope": "JunOSDriver.get_bgp_config", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail", + "name": "get_bgp_neighbors_detail", + "lineno": 1383, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "name": "_bgp_iter_core", + "lineno": 1434, + "scope": "JunOSDriver.get_bgp_neighbors_detail", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 1540, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "name": "get_ipv6_neighbors_table", + "lineno": 1568, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 1588, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 1600, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 1612, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 1657, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 1698, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_route_to", + "name": "get_route_to", + "lineno": 1746, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 1864, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_probes_config", + "name": "get_probes_config", + "lineno": 1897, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_probes_results", + "name": "get_probes_results", + "lineno": 1926, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.traceroute", + "name": "traceroute", + "lineno": 1954, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.ping", + "name": "ping", + "lineno": 2036, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver._get_root", + "name": "_get_root", + "lineno": 2182, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_users", + "name": "get_users", + "lineno": 2203, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_optics", + "name": "get_optics", + "lineno": 2239, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_config", + "name": "get_config", + "lineno": 2338, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_network_instances", + "name": "get_network_instances", + "lineno": 2360, + "scope": "JunOSDriver", + "is_async": false + }, + { + "id": "napalm.junos.junos.JunOSDriver.get_vlans", + "name": "get_vlans", + "lineno": 2407, + "scope": "JunOSDriver", + "is_async": false + } + ], + "napalm.junos": [], + "napalm.junos.utils.junos_views": [ + { + "id": "napalm.junos.utils.junos_views._preprocess_yml", + "name": "_preprocess_yml", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "napalm.junos.utils.junos_views._loadyaml_bypass", + "name": "_loadyaml_bypass", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "napalm.junos.utils": [], + "napalm.nxapi_plumbing.api_client": [ + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase.__init__", + "name": "__init__", + "lineno": 32, + "scope": "RPCBase", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase._process_api_response", + "name": "_process_api_response", + "lineno": 61, + "scope": "RPCBase", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase._nxapi_command_conf", + "name": "_nxapi_command_conf", + "lineno": 66, + "scope": "RPCBase", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase._build_payload", + "name": "_build_payload", + "lineno": 69, + "scope": "RPCBase", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase._nxapi_command", + "name": "_nxapi_command", + "lineno": 78, + "scope": "RPCBase", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase._send_request", + "name": "_send_request", + "lineno": 81, + "scope": "RPCBase", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient.__init__", + "name": "__init__", + "lineno": 110, + "scope": "RPCClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient._nxapi_command", + "name": "_nxapi_command", + "lineno": 118, + "scope": "RPCClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient._nxapi_command_conf", + "name": "_nxapi_command_conf", + "lineno": 131, + "scope": "RPCClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient._build_payload", + "name": "_build_payload", + "lineno": 136, + "scope": "RPCClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient._process_api_response", + "name": "_process_api_response", + "lineno": 158, + "scope": "RPCClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient._error_check", + "name": "_error_check", + "lineno": 197, + "scope": "RPCClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient.__init__", + "name": "__init__", + "lineno": 209, + "scope": "XMLClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command", + "name": "_nxapi_command", + "lineno": 217, + "scope": "XMLClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command_conf", + "name": "_nxapi_command_conf", + "lineno": 231, + "scope": "XMLClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient._build_payload", + "name": "_build_payload", + "lineno": 236, + "scope": "XMLClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient._process_api_response", + "name": "_process_api_response", + "lineno": 268, + "scope": "XMLClient", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient._error_check", + "name": "_error_check", + "lineno": 284, + "scope": "XMLClient", + "is_async": false + } + ], + "napalm.nxapi_plumbing.device": [ + { + "id": "napalm.nxapi_plumbing.device.Device.__init__", + "name": "__init__", + "lineno": 16, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.show", + "name": "show", + "lineno": 57, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.show_list", + "name": "show_list", + "lineno": 83, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.config", + "name": "config", + "lineno": 98, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.config_list", + "name": "config_list", + "lineno": 122, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.save", + "name": "save", + "lineno": 133, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.rollback", + "name": "rollback", + "lineno": 150, + "scope": "Device", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.device.Device.checkpoint", + "name": "checkpoint", + "lineno": 160, + "scope": "Device", + "is_async": false + } + ], + "napalm.nxapi_plumbing.errors": [ + { + "id": "napalm.nxapi_plumbing.errors.NXAPICommandError.__init__", + "name": "__init__", + "lineno": 17, + "scope": "NXAPICommandError", + "is_async": false + }, + { + "id": "napalm.nxapi_plumbing.errors.NXAPICommandError.__repr__", + "name": "__repr__", + "lineno": 21, + "scope": "NXAPICommandError", + "is_async": false + } + ], + "napalm.nxapi_plumbing.utilities": [ + { + "id": "napalm.nxapi_plumbing.utilities.xml_to_string", + "name": "xml_to_string", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "napalm.nxapi_plumbing": [], + "napalm.nxos.nxos": [ + { + "id": "napalm.nxos.nxos.ensure_netmiko_conn", + "name": "ensure_netmiko_conn", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos.nxos.ensure_netmiko_conn.wrap_function", + "name": "wrap_function", + "lineno": 86, + "scope": "ensure_netmiko_conn", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.__init__", + "name": "__init__", + "lineno": 105, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.load_replace_candidate", + "name": "load_replace_candidate", + "lineno": 130, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 168, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "name": "_send_command", + "lineno": 184, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._check_file_exists", + "name": "_check_file_exists", + "lineno": 189, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._commit_merge", + "name": "_commit_merge", + "lineno": 212, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._get_merge_diff", + "name": "_get_merge_diff", + "lineno": 226, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._get_diff", + "name": "_get_diff", + "lineno": 254, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.compare_config", + "name": "compare_config", + "lineno": 279, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.commit_config", + "name": "commit_config", + "lineno": 287, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.discard_config", + "name": "discard_config", + "lineno": 312, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._create_sot_file", + "name": "_create_sot_file", + "lineno": 320, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.ping", + "name": "ping", + "lineno": 336, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.traceroute", + "name": "traceroute", + "lineno": 434, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._get_checkpoint_file", + "name": "_get_checkpoint_file", + "lineno": 531, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._set_checkpoint", + "name": "_set_checkpoint", + "lineno": 540, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._save_to_checkpoint", + "name": "_save_to_checkpoint", + "lineno": 548, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._delete_file", + "name": "_delete_file", + "lineno": 557, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._create_tmp_file", + "name": "_create_tmp_file", + "lineno": 566, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._disable_confirmation", + "name": "_disable_confirmation", + "lineno": 574, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.get_config", + "name": "get_config", + "lineno": 577, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors", + "name": "get_lldp_neighbors", + "lineno": 618, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "name": "get_lldp_neighbors_detail", + "lineno": 638, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._get_table_rows", + "name": "_get_table_rows", + "lineno": 678, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._get_reply_table", + "name": "_get_reply_table", + "lineno": 699, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "name": "_get_command_table", + "lineno": 702, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._parse_vlan_ports", + "name": "_parse_vlan_ports", + "lineno": 709, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._send_config", + "name": "_send_config", + "lineno": 729, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._load_cfg_from_checkpoint", + "name": "_load_cfg_from_checkpoint", + "lineno": 733, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._copy_run_start", + "name": "_copy_run_start", + "lineno": 737, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriverBase._send_command_list", + "name": "_send_command_list", + "lineno": 741, + "scope": "NXOSDriverBase", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.__init__", + "name": "__init__", + "lineno": 746, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.open", + "name": "open", + "lineno": 768, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.close", + "name": "close", + "lineno": 785, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._send_command", + "name": "_send_command", + "lineno": 788, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._send_command_list", + "name": "_send_command_list", + "lineno": 799, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._send_config", + "name": "_send_config", + "lineno": 805, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._compute_timestamp", + "name": "_compute_timestamp", + "lineno": 815, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.is_alive", + "name": "is_alive", + "lineno": 852, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._copy_run_start", + "name": "_copy_run_start", + "lineno": 858, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._load_cfg_from_checkpoint", + "name": "_load_cfg_from_checkpoint", + "lineno": 867, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.rollback", + "name": "rollback", + "lineno": 892, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_facts", + "name": "get_facts", + "lineno": 900, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 949, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 1012, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.cli", + "name": "cli", + "lineno": 1092, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 1106, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver._filter_ntp_table", + "name": "_filter_ntp_table", + "lineno": 1150, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 1161, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 1169, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_ntp_stats", + "name": "get_ntp_stats", + "lineno": 1177, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 1206, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 1304, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 1333, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_users", + "name": "get_users", + "lineno": 1376, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_network_instances", + "name": "get_network_instances", + "lineno": 1423, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_environment", + "name": "get_environment", + "lineno": 1471, + "scope": "NXOSDriver", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_environment._process_pdus", + "name": "_process_pdus", + "lineno": 1472, + "scope": "NXOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_environment._process_fans", + "name": "_process_fans", + "lineno": 1526, + "scope": "NXOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_environment._process_temperature", + "name": "_process_temperature", + "lineno": 1539, + "scope": "NXOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_environment._process_cpu", + "name": "_process_cpu", + "lineno": 1560, + "scope": "NXOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_environment._process_memory", + "name": "_process_memory", + "lineno": 1569, + "scope": "NXOSDriver.get_environment", + "is_async": false + }, + { + "id": "napalm.nxos.nxos.NXOSDriver.get_vlans", + "name": "get_vlans", + "lineno": 1590, + "scope": "NXOSDriver", + "is_async": false + } + ], + "napalm.nxos": [], + "napalm.nxos.utils": [], + "napalm.nxos_ssh.nxos_ssh": [ + { + "id": "napalm.nxos_ssh.nxos_ssh.parse_intf_section", + "name": "parse_intf_section", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.convert_hhmmss", + "name": "convert_hhmmss", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.bgp_time_conversion", + "name": "bgp_time_conversion", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.bgp_normalize_table_data", + "name": "bgp_normalize_table_data", + "lineno": 253, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.bgp_table_parser", + "name": "bgp_table_parser", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.bgp_summary_parser", + "name": "bgp_summary_parser", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.__init__", + "name": "__init__", + "lineno": 419, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.open", + "name": "open", + "lineno": 434, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.close", + "name": "close", + "lineno": 439, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "name": "_send_command", + "lineno": 442, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command_list", + "name": "_send_command_list", + "lineno": 450, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_config", + "name": "_send_config", + "lineno": 454, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.parse_uptime", + "name": "parse_uptime", + "lineno": 460, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.is_alive", + "name": "is_alive", + "lineno": 494, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._copy_run_start", + "name": "_copy_run_start", + "lineno": 509, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._load_cfg_from_checkpoint", + "name": "_load_cfg_from_checkpoint", + "lineno": 517, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.rollback", + "name": "rollback", + "lineno": 529, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._apply_key_map", + "name": "_apply_key_map", + "lineno": 546, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._convert_uptime_to_seconds", + "name": "_convert_uptime_to_seconds", + "lineno": 554, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "name": "get_facts", + "lineno": 561, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces", + "name": "get_interfaces", + "lineno": 655, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_bgp_neighbors", + "name": "get_bgp_neighbors", + "lineno": 719, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.cli", + "name": "cli", + "lineno": 766, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_network_instances", + "name": "get_network_instances", + "lineno": 778, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "name": "get_environment", + "lineno": 827, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_arp_table", + "name": "get_arp_table", + "lineno": 894, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_ntp_entity", + "name": "_get_ntp_entity", + "lineno": 966, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_ntp_peers", + "name": "get_ntp_peers", + "lineno": 983, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_ntp_servers", + "name": "get_ntp_servers", + "lineno": 986, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "name": "get_interfaces_ip", + "lineno": 989, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "name": "get_mac_address_table", + "lineno": 1089, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.remove_prefix", + "name": "remove_prefix", + "lineno": 1134, + "scope": "NXOSSSHDriver.get_mac_address_table", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.process_mac_fields", + "name": "process_mac_fields", + "lineno": 1137, + "scope": "NXOSSSHDriver.get_mac_address_table", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "name": "_get_bgp_route_attr", + "lineno": 1222, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_route_to", + "name": "get_route_to", + "lineno": 1344, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_snmp_information", + "name": "get_snmp_information", + "lineno": 1454, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_users", + "name": "get_users", + "lineno": 1496, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_vlans", + "name": "get_vlans", + "lineno": 1536, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_optics", + "name": "get_optics", + "lineno": 1558, + "scope": "NXOSSSHDriver", + "is_async": false + }, + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_counters", + "name": "get_interfaces_counters", + "lineno": 1656, + "scope": "NXOSSSHDriver", + "is_async": false + } + ], + "napalm.nxos_ssh": [], + "napalm.nxos_ssh.utils": [], + "napalm.pyIOSXR.exceptions": [ + { + "id": "napalm.pyIOSXR.exceptions.IOSXRException.__init__", + "name": "__init__", + "lineno": 26, + "scope": "IOSXRException", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.exceptions.ConnectError.__init__", + "name": "__init__", + "lineno": 38, + "scope": "ConnectError", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.exceptions.TimeoutError.__init__", + "name": "__init__", + "lineno": 96, + "scope": "TimeoutError", + "is_async": false + } + ], + "napalm.pyIOSXR.iosxr": [ + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.__init__", + "name": "__init__", + "lineno": 77, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.__getattr__", + "name": "__getattr__", + "lineno": 115, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.__getattr__._getattr", + "name": "_getattr", + "lineno": 134, + "scope": "IOSXR.__getattr__", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.make_rpc_call", + "name": "make_rpc_call", + "lineno": 157, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.open", + "name": "open", + "lineno": 175, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.is_alive", + "name": "is_alive", + "lineno": 203, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._timeout_exceeded", + "name": "_timeout_exceeded", + "lineno": 211, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._lock_xml_agent", + "name": "_lock_xml_agent", + "lineno": 219, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._unlock_xml_agent", + "name": "_unlock_xml_agent", + "lineno": 228, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._send_command_timing", + "name": "_send_command_timing", + "lineno": 232, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._in_cli_mode", + "name": "_in_cli_mode", + "lineno": 240, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "name": "_enter_xml_mode", + "lineno": 248, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "name": "_send_command", + "lineno": 268, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "name": "_execute_rpc", + "lineno": 395, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._execute_show", + "name": "_execute_show", + "lineno": 471, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "name": "_execute_config_show", + "lineno": 483, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.close", + "name": "close", + "lineno": 494, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.lock", + "name": "lock", + "lineno": 505, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.unlock", + "name": "unlock", + "lineno": 519, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.load_candidate_config", + "name": "load_candidate_config", + "lineno": 533, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.get_candidate_config", + "name": "get_candidate_config", + "lineno": 566, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.compare_config", + "name": "compare_config", + "lineno": 587, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.compare_replace_config", + "name": "compare_replace_config", + "lineno": 608, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.commit_config", + "name": "commit_config", + "lineno": 624, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.commit_replace_config", + "name": "commit_replace_config", + "lineno": 647, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.discard_config", + "name": "discard_config", + "lineno": 668, + "scope": "IOSXR", + "is_async": false + }, + { + "id": "napalm.pyIOSXR.iosxr.IOSXR.rollback", + "name": "rollback", + "lineno": 677, + "scope": "IOSXR", + "is_async": false + } + ], + "napalm.pyIOSXR": [], + "test": [], + "test.base.test_get_network_driver": [ + { + "id": "test.base.test_get_network_driver._fail_import", + "name": "_fail_import", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_network_driver", + "name": "test_get_network_driver", + "lineno": 44, + "scope": "TestGetNetworkDriverIntegration", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_wrong_network_driver", + "name": "test_get_wrong_network_driver", + "lineno": 49, + "scope": "TestGetNetworkDriverIntegration", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_network_driver", + "name": "test_get_network_driver", + "lineno": 64, + "scope": "TestGetNetworkDriverUnit", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_wrong_network_driver", + "name": "test_get_wrong_network_driver", + "lineno": 72, + "scope": "TestGetNetworkDriverUnit", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_without_napalm_raises", + "name": "test_prepend_false_without_napalm_raises", + "lineno": 80, + "scope": "TestGetNetworkDriverUnit", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_with_napalm_name_accepted", + "name": "test_prepend_false_with_napalm_name_accepted", + "lineno": 85, + "scope": "TestGetNetworkDriverUnit", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestValidateDriverName.test_valid_names", + "name": "test_valid_names", + "lineno": 116, + "scope": "TestValidateDriverName", + "is_async": false + }, + { + "id": "test.base.test_get_network_driver.TestValidateDriverName.test_invalid_names", + "name": "test_invalid_names", + "lineno": 138, + "scope": "TestValidateDriverName", + "is_async": false + } + ], + "test.base.test_helpers": [ + { + "id": "test.base.test_helpers.TestBaseHelpers.setUpClass", + "name": "setUpClass", + "lineno": 70, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "name": "test_load_template", + "lineno": 74, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_load_template.__foo_to_bar", + "name": "__foo_to_bar", + "lineno": 165, + "scope": "TestBaseHelpers.test_load_template", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "name": "test_textfsm_extractor", + "lineno": 189, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_convert", + "name": "test_convert", + "lineno": 246, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "name": "test_find_txt", + "lineno": 263, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_mac", + "name": "test_mac", + "lineno": 339, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_ip", + "name": "test_ip", + "lineno": 356, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "name": "test_as_number", + "lineno": 380, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "name": "test_convert_uptime_string_seconds", + "lineno": 389, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "name": "test_netmiko_arguments", + "lineno": 461, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_sanitized_config", + "name": "test_sanitized_config", + "lineno": 534, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "name": "test_ttp_parse", + "lineno": 572, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.TestBaseHelpers.test_parse_fixed_width", + "name": "test_parse_fixed_width", + "lineno": 640, + "scope": "TestBaseHelpers", + "is_async": false + }, + { + "id": "test.base.test_helpers.FakeNetworkDriver.__init__", + "name": "__init__", + "lineno": 673, + "scope": "FakeNetworkDriver", + "is_async": false + }, + { + "id": "test.base.test_helpers.FakeNetworkDriver.load_merge_candidate", + "name": "load_merge_candidate", + "lineno": 677, + "scope": "FakeNetworkDriver", + "is_async": false + } + ], + "test.base.test_mock_driver": [ + { + "id": "test.base.test_mock_driver.TestMockDriver.test_basic", + "name": "test_basic", + "lineno": 31, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_context_manager", + "name": "test_context_manager", + "lineno": 43, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_mocking_getters", + "name": "test_mocking_getters", + "lineno": 59, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_not_mocking_getters", + "name": "test_not_mocking_getters", + "lineno": 66, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_arguments", + "name": "test_arguments", + "lineno": 86, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_mock_error", + "name": "test_mock_error", + "lineno": 104, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_cli", + "name": "test_cli", + "lineno": 122, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_configuration_merge", + "name": "test_configuration_merge", + "lineno": 132, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_configuration_replace", + "name": "test_configuration_replace", + "lineno": 141, + "scope": "TestMockDriver", + "is_async": false + }, + { + "id": "test.base.test_mock_driver.TestMockDriver.test_configuration_replace_confirm", + "name": "test_configuration_replace_confirm", + "lineno": 150, + "scope": "TestMockDriver", + "is_async": false + } + ], + "test.base.test_napalm_test_framework": [ + { + "id": "test.base.test_napalm_test_framework.TestSkipNotImplemented.setUp", + "name": "setUp", + "lineno": 13, + "scope": "TestSkipNotImplemented", + "is_async": false + }, + { + "id": "test.base.test_napalm_test_framework.TestSkipNotImplemented.setUp.FakeThing.__init__", + "name": "__init__", + "lineno": 15, + "scope": "TestSkipNotImplemented.setUp.FakeThing", + "is_async": false + } + ], + "test.base": [], + "test.base.validate.test_unit": [ + { + "id": "test.base.validate.test_unit.TestValidate.test__compare_getter_list", + "name": "test__compare_getter_list", + "lineno": 406, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "name": "test_numeric_comparison", + "lineno": 410, + "scope": "TestValidate", + "is_async": false + } + ], + "test.base.validate.test_validate": [ + { + "id": "test.base.validate.test_validate.construct_yaml_str", + "name": "construct_yaml_str", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "test.base.validate.test_validate._read_yaml", + "name": "_read_yaml", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_simple_fail", + "name": "test_simple_fail", + "lineno": 30, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_non_strict_pass", + "name": "test_non_strict_pass", + "lineno": 40, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_non_strict_pass_from_source", + "name": "test_non_strict_pass_from_source", + "lineno": 50, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_non_strict_fail", + "name": "test_non_strict_fail", + "lineno": 61, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_non_strict_fail_from_source", + "name": "test_non_strict_fail_from_source", + "lineno": 71, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_strict_fail", + "name": "test_strict_fail", + "lineno": 82, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_strict_fail_from_source", + "name": "test_strict_fail_from_source", + "lineno": 92, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_strict_pass", + "name": "test_strict_pass", + "lineno": 103, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_strict_pass_from_source", + "name": "test_strict_pass_from_source", + "lineno": 113, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip", + "name": "test_strict_pass_skip", + "lineno": 124, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip_from_source", + "name": "test_strict_pass_skip_from_source", + "lineno": 134, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.TestValidate.test_immutable_validation_source", + "name": "test_immutable_validation_source", + "lineno": 145, + "scope": "TestValidate", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.FakeDriver.__init__", + "name": "__init__", + "lineno": 160, + "scope": "FakeDriver", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.FakeDriver.__getattribute__", + "name": "__getattribute__", + "lineno": 163, + "scope": "FakeDriver", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.FakeDriver.__getattribute__.load_json", + "name": "load_json", + "lineno": 164, + "scope": "FakeDriver.__getattribute__", + "is_async": false + }, + { + "id": "test.base.validate.test_validate.FakeDriver.__getattribute__.load_json.func", + "name": "func", + "lineno": 165, + "scope": "FakeDriver.__getattribute__.load_json", + "is_async": false + } + ], + "test.eos.conftest": [ + { + "id": "test.eos.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "test.eos.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 17, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.eos.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "test.eos.conftest.PatchedEOSDriver.__init__", + "name": "__init__", + "lineno": 36, + "scope": "PatchedEOSDriver", + "is_async": false + }, + { + "id": "test.eos.conftest.FakeEOSDevice.__init__", + "name": "__init__", + "lineno": 46, + "scope": "FakeEOSDevice", + "is_async": false + }, + { + "id": "test.eos.conftest.FakeEOSDevice.run_commands", + "name": "run_commands", + "lineno": 50, + "scope": "FakeEOSDevice", + "is_async": false + } + ], + "test.eos.TestEOSDriver": [ + { + "id": "test.eos.TestEOSDriver.TestConfigEOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 23, + "scope": "TestConfigEOSDriver", + "is_async": false + } + ], + "test.eos.test_getters": [], + "test.eos.test_heredoc": [ + { + "id": "test.eos.test_heredoc.TestConfigMangling.test_heredoc", + "name": "test_heredoc", + "lineno": 8, + "scope": "TestConfigMangling", + "is_async": false + }, + { + "id": "test.eos.test_heredoc.TestConfigMangling.test_mode_comment", + "name": "test_mode_comment", + "lineno": 62, + "scope": "TestConfigMangling", + "is_async": false + }, + { + "id": "test.eos.test_heredoc.TestConfigMangling.test_heredoc_with_bangs", + "name": "test_heredoc_with_bangs", + "lineno": 114, + "scope": "TestConfigMangling", + "is_async": false + }, + { + "id": "test.eos.test_heredoc.TestConfigMangling.test_heredoc_with_blank_lines", + "name": "test_heredoc_with_blank_lines", + "lineno": 151, + "scope": "TestConfigMangling", + "is_async": false + } + ], + "test.eos.test_integration": [ + { + "id": "test.eos.test_integration.integration_device", + "name": "integration_device", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "test.eos.test_integration.test_eos_foo", + "name": "test_eos_foo", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "test.eos.test_versions": [ + { + "id": "test.eos.test_versions.test_version_create", + "name": "test_version_create", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "test.eos.test_versions.test_version_comparisons", + "name": "test_version_comparisons", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "test.eos": [], + "test.eos_ssh.conftest": [ + { + "id": "test.eos_ssh.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 18, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.PatchedEOSDriver.__init__", + "name": "__init__", + "lineno": 37, + "scope": "PatchedEOSDriver", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.PatchedEOSDriver._obtain_lock", + "name": "_obtain_lock", + "lineno": 46, + "scope": "PatchedEOSDriver", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.PatchedEOSDriver.close", + "name": "close", + "lineno": 49, + "scope": "PatchedEOSDriver", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.PatchedEOSDriver.open", + "name": "open", + "lineno": 52, + "scope": "PatchedEOSDriver", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.FakeEOSDevice.__init__", + "name": "__init__", + "lineno": 59, + "scope": "FakeEOSDevice", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.FakeEOSDevice.send_command_expect", + "name": "send_command_expect", + "lineno": 63, + "scope": "FakeEOSDevice", + "is_async": false + }, + { + "id": "test.eos_ssh.conftest.FakeEOSDevice.send_config_set", + "name": "send_config_set", + "lineno": 66, + "scope": "FakeEOSDevice", + "is_async": false + } + ], + "test.eos_ssh.test_heredoc": [ + { + "id": "test.eos_ssh.test_heredoc.TestConfigMangling.test_heredoc", + "name": "test_heredoc", + "lineno": 8, + "scope": "TestConfigMangling", + "is_async": false + }, + { + "id": "test.eos_ssh.test_heredoc.TestConfigMangling.test_mode_comment", + "name": "test_mode_comment", + "lineno": 46, + "scope": "TestConfigMangling", + "is_async": false + }, + { + "id": "test.eos_ssh.test_heredoc.TestConfigMangling.test_heredoc_with_bangs", + "name": "test_heredoc_with_bangs", + "lineno": 93, + "scope": "TestConfigMangling", + "is_async": false + }, + { + "id": "test.eos_ssh.test_heredoc.TestConfigMangling.test_heredoc_with_blank_lines", + "name": "test_heredoc_with_blank_lines", + "lineno": 129, + "scope": "TestConfigMangling", + "is_async": false + } + ], + "test.eos_ssh": [], + "test.ios.conftest": [ + { + "id": "test.ios.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "test.ios.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 16, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.ios.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "test.ios.conftest.PatchedIOSDriver.__init__", + "name": "__init__", + "lineno": 35, + "scope": "PatchedIOSDriver", + "is_async": false + }, + { + "id": "test.ios.conftest.PatchedIOSDriver.disconnect", + "name": "disconnect", + "lineno": 41, + "scope": "PatchedIOSDriver", + "is_async": false + }, + { + "id": "test.ios.conftest.PatchedIOSDriver.is_alive", + "name": "is_alive", + "lineno": 44, + "scope": "PatchedIOSDriver", + "is_async": false + }, + { + "id": "test.ios.conftest.PatchedIOSDriver.open", + "name": "open", + "lineno": 47, + "scope": "PatchedIOSDriver", + "is_async": false + }, + { + "id": "test.ios.conftest.FakeIOSDevice.send_command", + "name": "send_command", + "lineno": 54, + "scope": "FakeIOSDevice", + "is_async": false + }, + { + "id": "test.ios.conftest.FakeIOSDevice.disconnect", + "name": "disconnect", + "lineno": 60, + "scope": "FakeIOSDevice", + "is_async": false + } + ], + "test.ios.TestIOSDriver": [ + { + "id": "test.ios.TestIOSDriver.TestConfigIOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 49, + "scope": "TestConfigIOSDriver", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_confirm", + "name": "test_ios_only_confirm", + "lineno": 64, + "scope": "TestConfigIOSDriver", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_gen_full_path", + "name": "test_ios_only_gen_full_path", + "lineno": 91, + "scope": "TestConfigIOSDriver", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_check_file_exists", + "name": "test_ios_only_check_file_exists", + "lineno": 105, + "scope": "TestConfigIOSDriver", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.TestGetterIOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 130, + "scope": "TestGetterIOSDriver", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.TestGetterIOSDriver.test_ios_only_bgp_time_conversion", + "name": "test_ios_only_bgp_time_conversion", + "lineno": 148, + "scope": "TestGetterIOSDriver", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.FakeIOSDevice.read_txt_file", + "name": "read_txt_file", + "lineno": 172, + "scope": "FakeIOSDevice", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.FakeIOSDevice.send_command_expect", + "name": "send_command_expect", + "lineno": 177, + "scope": "FakeIOSDevice", + "is_async": false + }, + { + "id": "test.ios.TestIOSDriver.FakeIOSDevice.send_command", + "name": "send_command", + "lineno": 183, + "scope": "FakeIOSDevice", + "is_async": false + } + ], + "test.ios.test_getters": [], + "test.ios": [], + "test.iosxr.conftest": [ + { + "id": "test.iosxr.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "test.iosxr.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 16, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.iosxr.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "test.iosxr.conftest.PatchedIOSXRDriver.__init__", + "name": "__init__", + "lineno": 35, + "scope": "PatchedIOSXRDriver", + "is_async": false + }, + { + "id": "test.iosxr.conftest.PatchedIOSXRDriver.is_alive", + "name": "is_alive", + "lineno": 41, + "scope": "PatchedIOSXRDriver", + "is_async": false + }, + { + "id": "test.iosxr.conftest.PatchedIOSXRDriver.open", + "name": "open", + "lineno": 44, + "scope": "PatchedIOSXRDriver", + "is_async": false + }, + { + "id": "test.iosxr.conftest.FakeIOSXRDevice.close", + "name": "close", + "lineno": 51, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.conftest.FakeIOSXRDevice.make_rpc_call", + "name": "make_rpc_call", + "lineno": 54, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.conftest.FakeIOSXRDevice.show_lldp_neighbors", + "name": "show_lldp_neighbors", + "lineno": 71, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.conftest.FakeIOSXRDevice._execute_config_show", + "name": "_execute_config_show", + "lineno": 77, + "scope": "FakeIOSXRDevice", + "is_async": false + } + ], + "test.iosxr.TestIOSXRDriver": [ + { + "id": "test.iosxr.TestIOSXRDriver.TestConfigIOSXRDriver.setUpClass", + "name": "setUpClass", + "lineno": 24, + "scope": "TestConfigIOSXRDriver", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.TestGetterIOSXRDriver.setUpClass", + "name": "setUpClass", + "lineno": 41, + "scope": "TestGetterIOSXRDriver", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.read_txt_file", + "name": "read_txt_file", + "lineno": 59, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice._execute_config_show", + "name": "_execute_config_show", + "lineno": 65, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_version", + "name": "show_version", + "lineno": 71, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_interfaces", + "name": "show_interfaces", + "lineno": 74, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_interface_description", + "name": "show_interface_description", + "lineno": 77, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_lldp_neighbors", + "name": "show_lldp_neighbors", + "lineno": 80, + "scope": "FakeIOSXRDevice", + "is_async": false + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.make_rpc_call", + "name": "make_rpc_call", + "lineno": 83, + "scope": "FakeIOSXRDevice", + "is_async": false + } + ], + "test.iosxr.test_getters": [], + "test.iosxr": [], + "test.iosxr_netconf.conftest": [ + { + "id": "test.iosxr_netconf.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 16, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.PatchedIOSXRNETCONFDriver.__init__", + "name": "__init__", + "lineno": 35, + "scope": "PatchedIOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.PatchedIOSXRNETCONFDriver.is_alive", + "name": "is_alive", + "lineno": 41, + "scope": "PatchedIOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.PatchedIOSXRNETCONFDriver.open", + "name": "open", + "lineno": 44, + "scope": "PatchedIOSXRNETCONFDriver", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.server_capabilities", + "name": "server_capabilities", + "lineno": 52, + "scope": "FakeIOSXRNETCONFDevice", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.close_session", + "name": "close_session", + "lineno": 69, + "scope": "FakeIOSXRNETCONFDevice", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.find_mocked_data_file", + "name": "find_mocked_data_file", + "lineno": 72, + "scope": "FakeIOSXRNETCONFDevice", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.dispatch", + "name": "dispatch", + "lineno": 79, + "scope": "FakeIOSXRNETCONFDevice", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.get", + "name": "get", + "lineno": 97, + "scope": "FakeIOSXRNETCONFDevice", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.get_config", + "name": "get_config", + "lineno": 105, + "scope": "FakeIOSXRNETCONFDevice", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeRPCReply.__init__", + "name": "__init__", + "lineno": 117, + "scope": "FakeRPCReply", + "is_async": false + }, + { + "id": "test.iosxr_netconf.conftest.FakeRPCReply.xml", + "name": "xml", + "lineno": 121, + "scope": "FakeRPCReply", + "is_async": false + } + ], + "test.iosxr_netconf.test_getters": [], + "test.iosxr_netconf": [], + "test.junos.conftest": [ + { + "id": "test.junos.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "test.junos.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 21, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.junos.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "test.junos.conftest.PatchedJunOSDriver.__init__", + "name": "__init__", + "lineno": 40, + "scope": "PatchedJunOSDriver", + "is_async": false + }, + { + "id": "test.junos.conftest.PatchedJunOSDriver.is_alive", + "name": "is_alive", + "lineno": 47, + "scope": "PatchedJunOSDriver", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.__init__", + "name": "__init__", + "lineno": 52, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.transform", + "name": "transform", + "lineno": 87, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.transform", + "name": "transform", + "lineno": 92, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.facts", + "name": "facts", + "lineno": 96, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.uptime", + "name": "uptime", + "lineno": 109, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.open", + "name": "open", + "lineno": 112, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.close", + "name": "close", + "lineno": 115, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.bind", + "name": "bind", + "lineno": 118, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeJunOSDevice.cli", + "name": "cli", + "lineno": 121, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeRPCObject.__init__", + "name": "__init__", + "lineno": 132, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeRPCObject.__getattr__", + "name": "__getattr__", + "lineno": 135, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeRPCObject.response", + "name": "response", + "lineno": 139, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeRPCObject.get_config", + "name": "get_config", + "lineno": 147, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeConnectionRPCObject.__init__", + "name": "__init__", + "lineno": 175, + "scope": "FakeConnectionRPCObject", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeConnectionRPCObject.response", + "name": "response", + "lineno": 178, + "scope": "FakeConnectionRPCObject", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeConnectionRPCObject.response.RPCReply.__init__", + "name": "__init__", + "lineno": 180, + "scope": "FakeConnectionRPCObject.response.RPCReply", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeConnection.__init__", + "name": "__init__", + "lineno": 190, + "scope": "FakeConnection", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeSession.__init__", + "name": "__init__", + "lineno": 197, + "scope": "FakeSession", + "is_async": false + }, + { + "id": "test.junos.conftest.FakeTransport.set_keepalive", + "name": "set_keepalive", + "lineno": 202, + "scope": "FakeTransport", + "is_async": false + } + ], + "test.junos.TestJunOSDriver": [ + { + "id": "test.junos.TestJunOSDriver.TestConfigJunOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 26, + "scope": "TestConfigJunOSDriver", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.TestGetterJunOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 41, + "scope": "TestGetterJunOSDriver", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeJunOSDevice.__init__", + "name": "__init__", + "lineno": 58, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeJunOSDevice.read_txt_file", + "name": "read_txt_file", + "lineno": 85, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeJunOSDevice.cli", + "name": "cli", + "lineno": 89, + "scope": "FakeJunOSDevice", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeRPCObject.__init__", + "name": "__init__", + "lineno": 100, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeRPCObject.__getattr__", + "name": "__getattr__", + "lineno": 103, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeRPCObject.response", + "name": "response", + "lineno": 107, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeRPCObject.get_config", + "name": "get_config", + "lineno": 115, + "scope": "FakeRPCObject", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnectionRPCObject.__init__", + "name": "__init__", + "lineno": 148, + "scope": "FakeConnectionRPCObject", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnectionRPCObject.response", + "name": "response", + "lineno": 151, + "scope": "FakeConnectionRPCObject", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnectionRPCObject.response.RPCReply.__init__", + "name": "__init__", + "lineno": 153, + "scope": "FakeConnectionRPCObject.response.RPCReply", + "is_async": false + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnection.__init__", + "name": "__init__", + "lineno": 163, + "scope": "FakeConnection", + "is_async": false + } + ], + "test.junos.test_getters": [], + "test.junos": [], + "test.nxapi_plumbing.conftest": [ + { + "id": "test.nxapi_plumbing.conftest.parse_yaml", + "name": "parse_yaml", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.conftest.pytest_addoption", + "name": "pytest_addoption", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.conftest.mock_pynxos_device", + "name": "mock_pynxos_device", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.conftest.mock_pynxos_device_xml", + "name": "mock_pynxos_device_xml", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.conftest.pynxos_device", + "name": "pynxos_device", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "test.nxapi_plumbing.mock_device": [ + { + "id": "test.nxapi_plumbing.mock_device.FakeResponse.__init__", + "name": "__init__", + "lineno": 10, + "scope": "FakeResponse", + "is_async": false + }, + { + "id": "test.nxapi_plumbing.mock_device.mock_post", + "name": "mock_post", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.mock_device.MockDevice.__init__", + "name": "__init__", + "lineno": 52, + "scope": "MockDevice", + "is_async": false + }, + { + "id": "test.nxapi_plumbing.mock_device.MockRPCClient.__init__", + "name": "__init__", + "lineno": 99, + "scope": "MockRPCClient", + "is_async": false + }, + { + "id": "test.nxapi_plumbing.mock_device.MockRPCClient._send_request", + "name": "_send_request", + "lineno": 121, + "scope": "MockRPCClient", + "is_async": false + }, + { + "id": "test.nxapi_plumbing.mock_device.MockXMLClient.__init__", + "name": "__init__", + "lineno": 144, + "scope": "MockXMLClient", + "is_async": false + }, + { + "id": "test.nxapi_plumbing.mock_device.MockXMLClient._send_request", + "name": "_send_request", + "lineno": 166, + "scope": "MockXMLClient", + "is_async": false + } + ], + "test.nxapi_plumbing.test_build_payload": [ + { + "id": "test.nxapi_plumbing.test_build_payload.test_build_payload", + "name": "test_build_payload", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_build_payload.test_build_payload_list", + "name": "test_build_payload_list", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_build_payload.test_build_payload_xml", + "name": "test_build_payload_xml", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_build_payload.test_build_payload_xml_list", + "name": "test_build_payload_xml_list", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_build_payload.test_build_payload_xml_config", + "name": "test_build_payload_xml_config", + "lineno": 101, + "scope": null, + "is_async": false + } + ], + "test.nxapi_plumbing.test_config": [ + { + "id": "test.nxapi_plumbing.test_config.test_config_jsonrpc", + "name": "test_config_jsonrpc", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_config.test_config_list_jsonrpc", + "name": "test_config_list_jsonrpc", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_config.test_config_xml", + "name": "test_config_xml", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_config.test_config_xml_list", + "name": "test_config_xml_list", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_config.test_config_jsonrpc_raises_NXAPICommandError_on_non_200_config_error", + "name": "test_config_jsonrpc_raises_NXAPICommandError_on_non_200_config_error", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_config.test_config_xml_raises_NXAPIPostError_on_non_200_post_error", + "name": "test_config_xml_raises_NXAPIPostError_on_non_200_post_error", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_config.test_config_xml_raises_NXAPICommandError_on_200_config_error", + "name": "test_config_xml_raises_NXAPICommandError_on_200_config_error", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "test.nxapi_plumbing.test_import": [ + { + "id": "test.nxapi_plumbing.test_import.test_import", + "name": "test_import", + "lineno": 4, + "scope": null, + "is_async": false + } + ], + "test.nxapi_plumbing.test_show_jsonrpc": [ + { + "id": "test.nxapi_plumbing.test_show_jsonrpc.test_pynxos_attributes", + "name": "test_pynxos_attributes", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_jsonrpc.test_show_hostname_jsonrpc", + "name": "test_show_hostname_jsonrpc", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_jsonrpc.test_show_hostname_raw_jsonrpc", + "name": "test_show_hostname_raw_jsonrpc", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_jsonrpc.test_show_version_jsonrpc", + "name": "test_show_version_jsonrpc", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_jsonrpc.test_show_list_jsonrpc", + "name": "test_show_list_jsonrpc", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_jsonrpc.test_show_invalid_jsonrpc", + "name": "test_show_invalid_jsonrpc", + "lineno": 52, + "scope": null, + "is_async": false + } + ], + "test.nxapi_plumbing.test_show_xml": [ + { + "id": "test.nxapi_plumbing.test_show_xml.test_pynxos_attributes_xml", + "name": "test_pynxos_attributes_xml", + "lineno": 5, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_xml.test_show_hostname_xml", + "name": "test_show_hostname_xml", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_xml.test_show_version_raw_xml", + "name": "test_show_version_raw_xml", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_xml.test_show_list_xml", + "name": "test_show_list_xml", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "test.nxapi_plumbing.test_show_xml.test_show_invalid_xml", + "name": "test_show_invalid_xml", + "lineno": 60, + "scope": null, + "is_async": false + } + ], + "test.nxos.conftest": [ + { + "id": "test.nxos.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "test.nxos.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 16, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.nxos.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "test.nxos.conftest.PatchedNXOSDriver.__init__", + "name": "__init__", + "lineno": 35, + "scope": "PatchedNXOSDriver", + "is_async": false + }, + { + "id": "test.nxos.conftest.PatchedNXOSDriver.disconnect", + "name": "disconnect", + "lineno": 41, + "scope": "PatchedNXOSDriver", + "is_async": false + }, + { + "id": "test.nxos.conftest.PatchedNXOSDriver.is_alive", + "name": "is_alive", + "lineno": 44, + "scope": "PatchedNXOSDriver", + "is_async": false + }, + { + "id": "test.nxos.conftest.PatchedNXOSDriver.open", + "name": "open", + "lineno": 47, + "scope": "PatchedNXOSDriver", + "is_async": false + }, + { + "id": "test.nxos.conftest.FakeNXOSDevice.__init__", + "name": "__init__", + "lineno": 54, + "scope": "FakeNXOSDevice", + "is_async": false + }, + { + "id": "test.nxos.conftest.FakeNXOSDevice._send_command", + "name": "_send_command", + "lineno": 57, + "scope": "FakeNXOSDevice", + "is_async": false + }, + { + "id": "test.nxos.conftest.FakeNXOSDevice._send_command_list", + "name": "_send_command_list", + "lineno": 65, + "scope": "FakeNXOSDevice", + "is_async": false + }, + { + "id": "test.nxos.conftest.FakeNXOSDevice.show", + "name": "show", + "lineno": 68, + "scope": "FakeNXOSDevice", + "is_async": false + }, + { + "id": "test.nxos.conftest.FakeNXOSDevice.config_list", + "name": "config_list", + "lineno": 82, + "scope": "FakeNXOSDevice", + "is_async": false + } + ], + "test.nxos.TestDriver": [ + { + "id": "test.nxos.TestDriver.TestConfigNXOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 23, + "scope": "TestConfigNXOSDriver", + "is_async": false + } + ], + "test.nxos.test_getters": [ + { + "id": "test.nxos.test_getters.mock_time", + "name": "mock_time", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "test.nxos.test_getters.TestGetter.test_get_interfaces", + "name": "test_get_interfaces", + "lineno": 22, + "scope": "TestGetter", + "is_async": false + } + ], + "test.nxos": [], + "test.nxos_ssh.conftest": [ + { + "id": "test.nxos_ssh.conftest.set_device_parameters", + "name": "set_device_parameters", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.set_device_parameters.fin", + "name": "fin", + "lineno": 15, + "scope": "set_device_parameters", + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver.__init__", + "name": "__init__", + "lineno": 34, + "scope": "PatchedNXOSSSHDriver", + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver.disconnect", + "name": "disconnect", + "lineno": 39, + "scope": "PatchedNXOSSSHDriver", + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver.is_alive", + "name": "is_alive", + "lineno": 42, + "scope": "PatchedNXOSSSHDriver", + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver.open", + "name": "open", + "lineno": 45, + "scope": "PatchedNXOSSSHDriver", + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.FakeNXOSSSHDevice.send_command", + "name": "send_command", + "lineno": 52, + "scope": "FakeNXOSSSHDevice", + "is_async": false + }, + { + "id": "test.nxos_ssh.conftest.FakeNXOSSSHDevice.disconnect", + "name": "disconnect", + "lineno": 58, + "scope": "FakeNXOSSSHDevice", + "is_async": false + } + ], + "test.nxos_ssh.TestDriver": [ + { + "id": "test.nxos_ssh.TestDriver.TestConfigNXOSDriver.setUpClass", + "name": "setUpClass", + "lineno": 23, + "scope": "TestConfigNXOSDriver", + "is_async": false + } + ], + "test.nxos_ssh.test_getters": [ + { + "id": "test.nxos_ssh.test_getters.mock_time", + "name": "mock_time", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "test.nxos_ssh.test_getters.TestGetter.test_get_interfaces", + "name": "test_get_interfaces", + "lineno": 22, + "scope": "TestGetter", + "is_async": false + } + ], + "test.nxos_ssh.test_static_methods": [ + { + "id": "test.nxos_ssh.test_static_methods.test_parse_uptime", + "name": "test_parse_uptime", + "lineno": 6, + "scope": null, + "is_async": false + } + ], + "test.nxos_ssh": [], + "test.pyiosxr.test_iosxr": [ + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.__init__", + "name": "__init__", + "lineno": 30, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.__init__._MockedParamikoTransport.close", + "name": "close", + "lineno": 32, + "scope": "_MockedNetMikoDevice.__init__._MockedParamikoTransport", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.disconnect", + "name": "disconnect", + "lineno": 37, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.get_mock_file", + "name": "get_mock_file", + "lineno": 41, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.find_prompt", + "name": "find_prompt", + "lineno": 66, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.read_channel_timing", + "name": "read_channel_timing", + "lineno": 69, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command", + "name": "send_command", + "lineno": 72, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command_timing", + "name": "send_command_timing", + "lineno": 82, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.receive_data_generator", + "name": "receive_data_generator", + "lineno": 85, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command_expect", + "name": "send_command_expect", + "lineno": 88, + "scope": "_MockedNetMikoDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedIOSXRDevice.open", + "name": "open", + "lineno": 108, + "scope": "_MockedIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr._MockedIOSXRDevice.is_alive", + "name": "is_alive", + "lineno": 113, + "scope": "_MockedIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.__repr__", + "name": "__repr__", + "lineno": 131, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.setUpClass", + "name": "setUpClass", + "lineno": 146, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.tearDownClass", + "name": "tearDownClass", + "lineno": 168, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_mock_lock_connection_open", + "name": "test_mock_lock_connection_open", + "lineno": 175, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_mock_close", + "name": "test_mock_close", + "lineno": 185, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_rpc_method", + "name": "test_execute_rpc_method", + "lineno": 193, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getttr__show_", + "name": "test__getttr__show_", + "lineno": 202, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getttr__show_args", + "name": "test__getttr__show_args", + "lineno": 211, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquire_xml_agent", + "name": "test_acquire_xml_agent", + "lineno": 216, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquire_locked_agent_raises_timeout_error", + "name": "test_acquire_locked_agent_raises_timeout_error", + "lineno": 223, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_release_xml_agent", + "name": "test_release_xml_agent", + "lineno": 233, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_in_cli_mode", + "name": "test_in_cli_mode", + "lineno": 240, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getattr_show_config", + "name": "test__getattr_show_config", + "lineno": 244, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getattr__no_show", + "name": "test__getattr__no_show", + "lineno": 249, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_make_rpc_call_returns_XML", + "name": "test_make_rpc_call_returns_XML", + "lineno": 261, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquired_xml_agent", + "name": "test_acquired_xml_agent", + "lineno": 269, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_try_to_read_till_timeout", + "name": "test_try_to_read_till_timeout", + "lineno": 287, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_multiple_read_attempts_till_timeout", + "name": "test_multiple_read_attempts_till_timeout", + "lineno": 297, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_iterator_id_raises_IteratorIDError", + "name": "test_iterator_id_raises_IteratorIDError", + "lineno": 305, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_channel_acquired_enter_xml_mode", + "name": "test_channel_acquired_enter_xml_mode", + "lineno": 324, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_truncated_response_raises_InvalidXMLResponse", + "name": "test_truncated_response_raises_InvalidXMLResponse", + "lineno": 331, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_iosxr_bug_0x44318c06", + "name": "test_iosxr_bug_0x44318c06", + "lineno": 343, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_empty_reply_raises_TimeoutError", + "name": "test_empty_reply_raises_TimeoutError", + "lineno": 355, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_multiple_requests_raise_0xa3679e00", + "name": "test_multiple_requests_raise_0xa3679e00", + "lineno": 363, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_show", + "name": "test_execute_show", + "lineno": 376, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_invalid_show_raises_InvalidInputError", + "name": "test_execute_invalid_show_raises_InvalidInputError", + "lineno": 381, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_config_show", + "name": "test_execute_config_show", + "lineno": 386, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_invalid_config_show_raises_InvalidInputError", + "name": "test_execute_invalid_config_show_raises_InvalidInputError", + "lineno": 391, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_lock_raises_LockError", + "name": "test_lock_raises_LockError", + "lineno": 396, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_unlock", + "name": "test_unlock", + "lineno": 427, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice._load_dummy_config", + "name": "_load_dummy_config", + "lineno": 446, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_invalid_config_raises_InvalidInputError", + "name": "test_load_invalid_config_raises_InvalidInputError", + "lineno": 455, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_candidate_config_file", + "name": "test_load_candidate_config_file", + "lineno": 465, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_invalid_candidate_config_file_raises_InvalidInputError", + "name": "test_load_invalid_candidate_config_file_raises_InvalidInputError", + "lineno": 476, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "name": "test_load_config", + "lineno": 485, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config", + "name": "test_commit_config", + "lineno": 525, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_message", + "name": "test_commit_config_message", + "lineno": 534, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_label", + "name": "test_commit_config_label", + "lineno": 543, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_confirmed", + "name": "test_commit_config_confirmed", + "lineno": 552, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_confirmed_raise_InvalidInputError", + "name": "test_commit_config_confirmed_raise_InvalidInputError", + "lineno": 561, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_empty_buffer_raises", + "name": "test_commit_empty_buffer_raises", + "lineno": 566, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_after_other_session_commit", + "name": "test_commit_after_other_session_commit", + "lineno": 571, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice._prefetch_running_config_and_append", + "name": "_prefetch_running_config_and_append", + "lineno": 613, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_compare_replace_config", + "name": "test_compare_replace_config", + "lineno": 620, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config", + "name": "test_commit_replace_config", + "lineno": 627, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_message", + "name": "test_commit_replace_config_message", + "lineno": 634, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_label", + "name": "test_commit_replace_config_label", + "lineno": 641, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_confirmed", + "name": "test_commit_replace_config_confirmed", + "lineno": 648, + "scope": "TestIOSXRDevice", + "is_async": false + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_confirmed_raise_InvalidInputError", + "name": "test_commit_replace_config_confirmed_raise_InvalidInputError", + "lineno": 655, + "scope": "TestIOSXRDevice", + "is_async": false + } + ], + "vagrant.provision": [ + { + "id": "vagrant.provision.print_info_message", + "name": "print_info_message", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "vagrant.provision.provision_iosxr", + "name": "provision_iosxr", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "vagrant.provision.provision_eos", + "name": "provision_eos", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "vagrant.provision.provision_junos", + "name": "provision_junos", + "lineno": 68, + "scope": null, + "is_async": false + } + ] + }, + "class_graph": { + "docs.conf": [], + "docs.tutorials.sample_scripts.load_replace": [], + "napalm._SUPPORTED_DRIVERS": [], + "napalm": [], + "napalm.base.base": [ + { + "id": "napalm.base.base.NetworkDriver", + "name": "NetworkDriver", + "lineno": 33, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.base.canonical_map": [], + "napalm.base.constants": [], + "napalm.base.exceptions": [ + { + "id": "napalm.base.exceptions.NapalmException", + "name": "NapalmException", + "lineno": 16, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ModuleImportError", + "name": "ModuleImportError", + "lineno": 24, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ConnectionException", + "name": "ConnectionException", + "lineno": 28, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ConnectAuthError", + "name": "ConnectAuthError", + "lineno": 36, + "bases": [ + "ConnectionException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ConnectTimeoutError", + "name": "ConnectTimeoutError", + "lineno": 45, + "bases": [ + "ConnectionException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ConnectionClosedException", + "name": "ConnectionClosedException", + "lineno": 56, + "bases": [ + "ConnectionException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.UnsupportedVersion", + "name": "UnsupportedVersion", + "lineno": 70, + "bases": [ + "ConnectionException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ReplaceConfigException", + "name": "ReplaceConfigException", + "lineno": 74, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.MergeConfigException", + "name": "MergeConfigException", + "lineno": 78, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.CommitConfirmException", + "name": "CommitConfirmException", + "lineno": 82, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.CommitError", + "name": "CommitError", + "lineno": 92, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.LockError", + "name": "LockError", + "lineno": 101, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.UnlockError", + "name": "UnlockError", + "lineno": 109, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.SessionLockedException", + "name": "SessionLockedException", + "lineno": 117, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.CommandTimeoutException", + "name": "CommandTimeoutException", + "lineno": 121, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.CommandErrorException", + "name": "CommandErrorException", + "lineno": 125, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.DriverTemplateNotImplemented", + "name": "DriverTemplateNotImplemented", + "lineno": 129, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.TemplateNotImplemented", + "name": "TemplateNotImplemented", + "lineno": 133, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.TemplateRenderException", + "name": "TemplateRenderException", + "lineno": 137, + "bases": [ + "NapalmException" + ], + "scope": null + }, + { + "id": "napalm.base.exceptions.ValidationException", + "name": "ValidationException", + "lineno": 141, + "bases": [ + "NapalmException" + ], + "scope": null + } + ], + "napalm.base.helpers": [ + { + "id": "napalm.base.helpers._MACFormat", + "name": "_MACFormat", + "lineno": 55, + "bases": [ + "mac_unix" + ], + "scope": null + } + ], + "napalm.base.mock": [ + { + "id": "napalm.base.mock.MockDevice", + "name": "MockDevice", + "lineno": 85, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "napalm.base.mock.MockDriver", + "name": "MockDriver", + "lineno": 101, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "napalm.base.models": [], + "napalm.base.netmiko_helpers": [], + "napalm.base.validate": [], + "napalm.base": [], + "napalm.base.clitools.cl_napalm": [], + "napalm.base.clitools.cl_napalm_configure": [], + "napalm.base.clitools.cl_napalm_test": [], + "napalm.base.clitools.cl_napalm_validate": [], + "napalm.base.clitools.helpers": [], + "napalm.base.clitools": [], + "napalm.base.test.base": [ + { + "id": "napalm.base.test.base.TestConfigNetworkDriver", + "name": "TestConfigNetworkDriver", + "lineno": 20, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "napalm.base.test.base.TestGettersNetworkDriver", + "name": "TestGettersNetworkDriver", + "lineno": 151, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.base.test.conftest": [], + "napalm.base.test.double": [ + { + "id": "napalm.base.test.double.BaseTestDouble", + "name": "BaseTestDouble", + "lineno": 9, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.base.test.getters": [ + { + "id": "napalm.base.test.getters.BaseTestGetters", + "name": "BaseTestGetters", + "lineno": 107, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.base.test.helpers": [], + "napalm.base.test": [], + "napalm.base.utils.jinja_filters": [ + { + "id": "napalm.base.utils.jinja_filters.CustomJinjaFilters", + "name": "CustomJinjaFilters", + "lineno": 6, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.base.utils.string_parsers": [], + "napalm.base.utils": [], + "napalm.eos.constants": [], + "napalm.eos.eos": [ + { + "id": "napalm.eos.eos.EOSDriver", + "name": "EOSDriver", + "lineno": 62, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "napalm.eos": [], + "napalm.eos.utils.versions": [ + { + "id": "napalm.eos.utils.versions.EOSVersion", + "name": "EOSVersion", + "lineno": 6, + "bases": [], + "scope": null + } + ], + "napalm.eos.utils": [], + "napalm.ios.ios": [ + { + "id": "napalm.ios.ios.IOSDriver", + "name": "IOSDriver", + "lineno": 114, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "napalm.ios": [], + "napalm.iosxr.constants": [], + "napalm.iosxr.iosxr": [ + { + "id": "napalm.iosxr.iosxr.IOSXRDriver", + "name": "IOSXRDriver", + "lineno": 46, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "napalm.iosxr.utilities": [], + "napalm.iosxr": [], + "napalm.iosxr_netconf.constants": [], + "napalm.iosxr_netconf.iosxr_netconf": [ + { + "id": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver", + "name": "IOSXRNETCONFDriver", + "lineno": 48, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "napalm.iosxr_netconf": [], + "napalm.junos.constants": [], + "napalm.junos.junos": [ + { + "id": "napalm.junos.junos.JunOSDriver", + "name": "JunOSDriver", + "lineno": 59, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "napalm.junos": [], + "napalm.junos.utils.junos_views": [], + "napalm.junos.utils": [], + "napalm.nxapi_plumbing.api_client": [ + { + "id": "napalm.nxapi_plumbing.api_client.RPCBase", + "name": "RPCBase", + "lineno": 29, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.api_client.RPCClient", + "name": "RPCClient", + "lineno": 109, + "bases": [ + "RPCBase" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.api_client.XMLClient", + "name": "XMLClient", + "lineno": 208, + "bases": [ + "RPCBase" + ], + "scope": null + } + ], + "napalm.nxapi_plumbing.device": [ + { + "id": "napalm.nxapi_plumbing.device.Device", + "name": "Device", + "lineno": 15, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.nxapi_plumbing.errors": [ + { + "id": "napalm.nxapi_plumbing.errors.NXAPIError", + "name": "NXAPIError", + "lineno": 10, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.errors.NXAPICommandError", + "name": "NXAPICommandError", + "lineno": 16, + "bases": [ + "NXAPIError" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.errors.NXAPIConnectionError", + "name": "NXAPIConnectionError", + "lineno": 27, + "bases": [ + "NXAPIError" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.errors.NXAPIAuthError", + "name": "NXAPIAuthError", + "lineno": 33, + "bases": [ + "NXAPIError" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.errors.NXAPIPostError", + "name": "NXAPIPostError", + "lineno": 39, + "bases": [ + "NXAPIError" + ], + "scope": null + }, + { + "id": "napalm.nxapi_plumbing.errors.NXAPIXMLError", + "name": "NXAPIXMLError", + "lineno": 45, + "bases": [ + "NXAPIError" + ], + "scope": null + } + ], + "napalm.nxapi_plumbing.utilities": [], + "napalm.nxapi_plumbing": [], + "napalm.nxos.nxos": [ + { + "id": "napalm.nxos.nxos.NXOSDriverBase", + "name": "NXOSDriverBase", + "lineno": 102, + "bases": [ + "NetworkDriver" + ], + "scope": null + }, + { + "id": "napalm.nxos.nxos.NXOSDriver", + "name": "NXOSDriver", + "lineno": 745, + "bases": [ + "NXOSDriverBase" + ], + "scope": null + } + ], + "napalm.nxos": [], + "napalm.nxos.utils": [], + "napalm.nxos_ssh.nxos_ssh": [ + { + "id": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver", + "name": "NXOSSSHDriver", + "lineno": 418, + "bases": [ + "NXOSDriverBase" + ], + "scope": null + } + ], + "napalm.nxos_ssh": [], + "napalm.nxos_ssh.utils": [], + "napalm.pyIOSXR.exceptions": [ + { + "id": "napalm.pyIOSXR.exceptions.IOSXRException", + "name": "IOSXRException", + "lineno": 25, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.ConnectError", + "name": "ConnectError", + "lineno": 35, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.CommitError", + "name": "CommitError", + "lineno": 45, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.LockError", + "name": "LockError", + "lineno": 51, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.UnlockError", + "name": "UnlockError", + "lineno": 57, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.CompareConfigError", + "name": "CompareConfigError", + "lineno": 63, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.UnknownError", + "name": "UnknownError", + "lineno": 69, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.InvalidInputError", + "name": "InvalidInputError", + "lineno": 75, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.XMLCLIError", + "name": "XMLCLIError", + "lineno": 81, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.InvalidXMLResponse", + "name": "InvalidXMLResponse", + "lineno": 87, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.TimeoutError", + "name": "TimeoutError", + "lineno": 93, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.EOFError", + "name": "EOFError", + "lineno": 103, + "bases": [ + "IOSXRException" + ], + "scope": null + }, + { + "id": "napalm.pyIOSXR.exceptions.IteratorIDError", + "name": "IteratorIDError", + "lineno": 109, + "bases": [ + "IOSXRException" + ], + "scope": null + } + ], + "napalm.pyIOSXR.iosxr": [ + { + "id": "napalm.pyIOSXR.iosxr.IOSXR", + "name": "IOSXR", + "lineno": 58, + "bases": [ + "object" + ], + "scope": null + } + ], + "napalm.pyIOSXR": [], + "test": [], + "test.base.test_get_network_driver": [ + { + "id": "test.base.test_get_network_driver._FakeDriver", + "name": "_FakeDriver", + "lineno": 21, + "bases": [ + "NetworkDriver" + ], + "scope": null + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration", + "name": "TestGetNetworkDriverIntegration", + "lineno": 40, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "test.base.test_get_network_driver.TestGetNetworkDriverUnit", + "name": "TestGetNetworkDriverUnit", + "lineno": 60, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "test.base.test_get_network_driver.TestValidateDriverName", + "name": "TestValidateDriverName", + "lineno": 94, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "test.base.test_helpers": [ + { + "id": "test.base.test_helpers.TestBaseHelpers", + "name": "TestBaseHelpers", + "lineno": 66, + "bases": [ + "unittest.TestCase" + ], + "scope": null + }, + { + "id": "test.base.test_helpers.FakeNetworkDriver", + "name": "FakeNetworkDriver", + "lineno": 672, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "test.base.test_mock_driver": [ + { + "id": "test.base.test_mock_driver.TestMockDriver", + "name": "TestMockDriver", + "lineno": 28, + "bases": [ + "object" + ], + "scope": null + } + ], + "test.base.test_napalm_test_framework": [ + { + "id": "test.base.test_napalm_test_framework.TestSkipNotImplemented", + "name": "TestSkipNotImplemented", + "lineno": 10, + "bases": [ + "unittest.TestCase", + "ntb.TestGettersNetworkDriver" + ], + "scope": null + }, + { + "id": "test.base.test_napalm_test_framework.TestSkipNotImplemented.FakeThing", + "name": "FakeThing", + "lineno": 14, + "bases": [ + "NetworkDriver" + ], + "scope": "TestSkipNotImplemented" + } + ], + "test.base": [], + "test.base.validate.test_unit": [ + { + "id": "test.base.validate.test_unit.TestValidate", + "name": "TestValidate", + "lineno": 402, + "bases": [], + "scope": null + } + ], + "test.base.validate.test_validate": [ + { + "id": "test.base.validate.test_validate.TestValidate", + "name": "TestValidate", + "lineno": 27, + "bases": [], + "scope": null + }, + { + "id": "test.base.validate.test_validate.FakeDriver", + "name": "FakeDriver", + "lineno": 157, + "bases": [ + "NetworkDriver" + ], + "scope": null + } + ], + "test.eos.conftest": [ + { + "id": "test.eos.conftest.PatchedEOSDriver", + "name": "PatchedEOSDriver", + "lineno": 33, + "bases": [ + "eos.EOSDriver" + ], + "scope": null + }, + { + "id": "test.eos.conftest.FakeEOSDevice", + "name": "FakeEOSDevice", + "lineno": 43, + "bases": [ + "BaseTestDouble" + ], + "scope": null + } + ], + "test.eos.TestEOSDriver": [ + { + "id": "test.eos.TestEOSDriver.TestConfigEOSDriver", + "name": "TestConfigEOSDriver", + "lineno": 21, + "bases": [ + "unittest.TestCase", + "TestConfigNetworkDriver" + ], + "scope": null + } + ], + "test.eos.test_getters": [ + { + "id": "test.eos.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 10, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.eos.test_heredoc": [ + { + "id": "test.eos.test_heredoc.TestConfigMangling", + "name": "TestConfigMangling", + "lineno": 7, + "bases": [ + "object" + ], + "scope": null + } + ], + "test.eos.test_integration": [], + "test.eos.test_versions": [], + "test.eos": [], + "test.eos_ssh.conftest": [ + { + "id": "test.eos_ssh.conftest.PatchedEOSDriver", + "name": "PatchedEOSDriver", + "lineno": 34, + "bases": [ + "eos.EOSDriver" + ], + "scope": null + }, + { + "id": "test.eos_ssh.conftest.FakeEOSDevice", + "name": "FakeEOSDevice", + "lineno": 56, + "bases": [ + "BaseTestDouble" + ], + "scope": null + } + ], + "test.eos_ssh.test_heredoc": [ + { + "id": "test.eos_ssh.test_heredoc.TestConfigMangling", + "name": "TestConfigMangling", + "lineno": 7, + "bases": [ + "object" + ], + "scope": null + } + ], + "test.eos_ssh": [], + "test.ios.conftest": [ + { + "id": "test.ios.conftest.PatchedIOSDriver", + "name": "PatchedIOSDriver", + "lineno": 32, + "bases": [ + "ios.IOSDriver" + ], + "scope": null + }, + { + "id": "test.ios.conftest.FakeIOSDevice", + "name": "FakeIOSDevice", + "lineno": 51, + "bases": [ + "BaseTestDouble" + ], + "scope": null + } + ], + "test.ios.TestIOSDriver": [ + { + "id": "test.ios.TestIOSDriver.TestConfigIOSDriver", + "name": "TestConfigIOSDriver", + "lineno": 23, + "bases": [ + "unittest.TestCase", + "TestConfigNetworkDriver" + ], + "scope": null + }, + { + "id": "test.ios.TestIOSDriver.TestGetterIOSDriver", + "name": "TestGetterIOSDriver", + "lineno": 118, + "bases": [ + "unittest.TestCase", + "TestGettersNetworkDriver" + ], + "scope": null + }, + { + "id": "test.ios.TestIOSDriver.FakeIOSDevice", + "name": "FakeIOSDevice", + "lineno": 168, + "bases": [], + "scope": null + } + ], + "test.ios.test_getters": [ + { + "id": "test.ios.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 8, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.ios": [], + "test.iosxr.conftest": [ + { + "id": "test.iosxr.conftest.PatchedIOSXRDriver", + "name": "PatchedIOSXRDriver", + "lineno": 32, + "bases": [ + "iosxr.IOSXRDriver" + ], + "scope": null + }, + { + "id": "test.iosxr.conftest.FakeIOSXRDevice", + "name": "FakeIOSXRDevice", + "lineno": 48, + "bases": [ + "BaseTestDouble" + ], + "scope": null + } + ], + "test.iosxr.TestIOSXRDriver": [ + { + "id": "test.iosxr.TestIOSXRDriver.TestConfigIOSXRDriver", + "name": "TestConfigIOSXRDriver", + "lineno": 22, + "bases": [ + "unittest.TestCase", + "TestConfigNetworkDriver" + ], + "scope": null + }, + { + "id": "test.iosxr.TestIOSXRDriver.TestGetterIOSXRDriver", + "name": "TestGetterIOSXRDriver", + "lineno": 39, + "bases": [ + "unittest.TestCase", + "TestGettersNetworkDriver" + ], + "scope": null + }, + { + "id": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice", + "name": "FakeIOSXRDevice", + "lineno": 57, + "bases": [], + "scope": null + } + ], + "test.iosxr.test_getters": [ + { + "id": "test.iosxr.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 8, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.iosxr": [], + "test.iosxr_netconf.conftest": [ + { + "id": "test.iosxr_netconf.conftest.PatchedIOSXRNETCONFDriver", + "name": "PatchedIOSXRNETCONFDriver", + "lineno": 32, + "bases": [ + "iosxr_netconf.IOSXRNETCONFDriver" + ], + "scope": null + }, + { + "id": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice", + "name": "FakeIOSXRNETCONFDevice", + "lineno": 48, + "bases": [ + "BaseTestDouble" + ], + "scope": null + }, + { + "id": "test.iosxr_netconf.conftest.FakeRPCReply", + "name": "FakeRPCReply", + "lineno": 114, + "bases": [], + "scope": null + } + ], + "test.iosxr_netconf.test_getters": [ + { + "id": "test.iosxr_netconf.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 8, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.iosxr_netconf": [], + "test.junos.conftest": [ + { + "id": "test.junos.conftest.PatchedJunOSDriver", + "name": "PatchedJunOSDriver", + "lineno": 37, + "bases": [ + "junos.JunOSDriver" + ], + "scope": null + }, + { + "id": "test.junos.conftest.FakeJunOSDevice", + "name": "FakeJunOSDevice", + "lineno": 51, + "bases": [ + "BaseTestDouble" + ], + "scope": null + }, + { + "id": "test.junos.conftest.FakeRPCObject", + "name": "FakeRPCObject", + "lineno": 127, + "bases": [], + "scope": null + }, + { + "id": "test.junos.conftest.FakeConnectionRPCObject", + "name": "FakeConnectionRPCObject", + "lineno": 170, + "bases": [], + "scope": null + }, + { + "id": "test.junos.conftest.FakeConnectionRPCObject.RPCReply", + "name": "RPCReply", + "lineno": 179, + "bases": [], + "scope": "FakeConnectionRPCObject" + }, + { + "id": "test.junos.conftest.FakeConnection", + "name": "FakeConnection", + "lineno": 189, + "bases": [], + "scope": null + }, + { + "id": "test.junos.conftest.FakeSession", + "name": "FakeSession", + "lineno": 196, + "bases": [], + "scope": null + }, + { + "id": "test.junos.conftest.FakeTransport", + "name": "FakeTransport", + "lineno": 201, + "bases": [], + "scope": null + } + ], + "test.junos.TestJunOSDriver": [ + { + "id": "test.junos.TestJunOSDriver.TestConfigJunOSDriver", + "name": "TestConfigJunOSDriver", + "lineno": 24, + "bases": [ + "unittest.TestCase", + "TestConfigNetworkDriver" + ], + "scope": null + }, + { + "id": "test.junos.TestJunOSDriver.TestGetterJunOSDriver", + "name": "TestGetterJunOSDriver", + "lineno": 39, + "bases": [ + "unittest.TestCase", + "TestGettersNetworkDriver" + ], + "scope": null + }, + { + "id": "test.junos.TestJunOSDriver.FakeJunOSDevice", + "name": "FakeJunOSDevice", + "lineno": 57, + "bases": [], + "scope": null + }, + { + "id": "test.junos.TestJunOSDriver.FakeRPCObject", + "name": "FakeRPCObject", + "lineno": 95, + "bases": [], + "scope": null + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnectionRPCObject", + "name": "FakeConnectionRPCObject", + "lineno": 143, + "bases": [], + "scope": null + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnectionRPCObject.RPCReply", + "name": "RPCReply", + "lineno": 152, + "bases": [], + "scope": "FakeConnectionRPCObject" + }, + { + "id": "test.junos.TestJunOSDriver.FakeConnection", + "name": "FakeConnection", + "lineno": 162, + "bases": [], + "scope": null + } + ], + "test.junos.test_getters": [ + { + "id": "test.junos.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 10, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.junos": [], + "test.nxapi_plumbing.conftest": [], + "test.nxapi_plumbing.mock_device": [ + { + "id": "test.nxapi_plumbing.mock_device.FakeResponse", + "name": "FakeResponse", + "lineno": 9, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "test.nxapi_plumbing.mock_device.MockDevice", + "name": "MockDevice", + "lineno": 51, + "bases": [ + "Device" + ], + "scope": null + }, + { + "id": "test.nxapi_plumbing.mock_device.MockRPCClient", + "name": "MockRPCClient", + "lineno": 98, + "bases": [ + "RPCClient" + ], + "scope": null + }, + { + "id": "test.nxapi_plumbing.mock_device.MockXMLClient", + "name": "MockXMLClient", + "lineno": 143, + "bases": [ + "XMLClient" + ], + "scope": null + } + ], + "test.nxapi_plumbing.test_build_payload": [], + "test.nxapi_plumbing.test_config": [], + "test.nxapi_plumbing.test_import": [], + "test.nxapi_plumbing.test_show_jsonrpc": [], + "test.nxapi_plumbing.test_show_xml": [], + "test.nxos.conftest": [ + { + "id": "test.nxos.conftest.PatchedNXOSDriver", + "name": "PatchedNXOSDriver", + "lineno": 32, + "bases": [ + "nxos.NXOSDriver" + ], + "scope": null + }, + { + "id": "test.nxos.conftest.FakeNXOSDevice", + "name": "FakeNXOSDevice", + "lineno": 51, + "bases": [ + "BaseTestDouble" + ], + "scope": null + } + ], + "test.nxos.TestDriver": [ + { + "id": "test.nxos.TestDriver.TestConfigNXOSDriver", + "name": "TestConfigNXOSDriver", + "lineno": 21, + "bases": [ + "unittest.TestCase", + "TestConfigNetworkDriver" + ], + "scope": null + } + ], + "test.nxos.test_getters": [ + { + "id": "test.nxos.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 17, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.nxos": [], + "test.nxos_ssh.conftest": [ + { + "id": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver", + "name": "PatchedNXOSSSHDriver", + "lineno": 31, + "bases": [ + "nxos_ssh.NXOSSSHDriver" + ], + "scope": null + }, + { + "id": "test.nxos_ssh.conftest.FakeNXOSSSHDevice", + "name": "FakeNXOSSSHDevice", + "lineno": 49, + "bases": [ + "BaseTestDouble" + ], + "scope": null + } + ], + "test.nxos_ssh.TestDriver": [ + { + "id": "test.nxos_ssh.TestDriver.TestConfigNXOSDriver", + "name": "TestConfigNXOSDriver", + "lineno": 21, + "bases": [ + "unittest.TestCase", + "TestConfigNetworkDriver" + ], + "scope": null + } + ], + "test.nxos_ssh.test_getters": [ + { + "id": "test.nxos_ssh.test_getters.TestGetter", + "name": "TestGetter", + "lineno": 17, + "bases": [ + "BaseTestGetters" + ], + "scope": null + } + ], + "test.nxos_ssh.test_static_methods": [], + "test.nxos_ssh": [], + "test.pyiosxr.test_iosxr": [ + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice", + "name": "_MockedNetMikoDevice", + "lineno": 25, + "bases": [ + "object" + ], + "scope": null + }, + { + "id": "test.pyiosxr.test_iosxr._MockedNetMikoDevice._MockedParamikoTransport", + "name": "_MockedParamikoTransport", + "lineno": 31, + "bases": [ + "object" + ], + "scope": "_MockedNetMikoDevice" + }, + { + "id": "test.pyiosxr.test_iosxr._MockedIOSXRDevice", + "name": "_MockedIOSXRDevice", + "lineno": 103, + "bases": [ + "IOSXR" + ], + "scope": null + }, + { + "id": "test.pyiosxr.test_iosxr.TestIOSXRDevice", + "name": "TestIOSXRDevice", + "lineno": 117, + "bases": [ + "unittest.TestCase" + ], + "scope": null + } + ], + "vagrant.provision": [] + }, + "module_graph": { + "docs.conf": { + "path": "C:\\repos\\v3\\napalm\\docs\\conf.py", + "parent": "docs", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs.tutorials.sample_scripts.load_replace": { + "path": "C:\\repos\\v3\\napalm\\docs\\tutorials\\sample_scripts\\load_replace.py", + "parent": "docs.tutorials.sample_scripts", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm._SUPPORTED_DRIVERS": { + "path": "C:\\repos\\v3\\napalm\\napalm\\_SUPPORTED_DRIVERS.py", + "parent": "napalm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm": { + "path": "C:\\repos\\v3\\napalm\\napalm\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.base": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\base.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "napalm.base.canonical_map": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\canonical_map.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.constants": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\constants.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.exceptions": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\exceptions.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.helpers": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\helpers.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.mock": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\mock.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "napalm.base.models": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\models.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.netmiko_helpers": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\netmiko_helpers.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.validate": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\validate.py", + "parent": "napalm.base", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "napalm.base": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "napalm.base.clitools.cl_napalm": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\clitools\\cl_napalm.py", + "parent": "napalm.base.clitools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.clitools.cl_napalm_configure": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\clitools\\cl_napalm_configure.py", + "parent": "napalm.base.clitools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.clitools.cl_napalm_test": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\clitools\\cl_napalm_test.py", + "parent": "napalm.base.clitools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.clitools.cl_napalm_validate": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\clitools\\cl_napalm_validate.py", + "parent": "napalm.base.clitools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.clitools.helpers": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\clitools\\helpers.py", + "parent": "napalm.base.clitools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.clitools": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\clitools\\__init__.py", + "parent": "napalm.base", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.test.base": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\test\\base.py", + "parent": "napalm.base.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.test.conftest": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\test\\conftest.py", + "parent": "napalm.base.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.test.double": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\test\\double.py", + "parent": "napalm.base.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.test.getters": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\test\\getters.py", + "parent": "napalm.base.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.test.helpers": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\test\\helpers.py", + "parent": "napalm.base.test", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.test": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\test\\__init__.py", + "parent": "napalm.base", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.utils.jinja_filters": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\utils\\jinja_filters.py", + "parent": "napalm.base.utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.utils.string_parsers": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\utils\\string_parsers.py", + "parent": "napalm.base.utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.base.utils": { + "path": "C:\\repos\\v3\\napalm\\napalm\\base\\utils\\__init__.py", + "parent": "napalm.base", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.eos.constants": { + "path": "C:\\repos\\v3\\napalm\\napalm\\eos\\constants.py", + "parent": "napalm.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.eos.eos": { + "path": "C:\\repos\\v3\\napalm\\napalm\\eos\\eos.py", + "parent": "napalm.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.eos": { + "path": "C:\\repos\\v3\\napalm\\napalm\\eos\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.eos.utils.versions": { + "path": "C:\\repos\\v3\\napalm\\napalm\\eos\\utils\\versions.py", + "parent": "napalm.eos.utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.eos.utils": { + "path": "C:\\repos\\v3\\napalm\\napalm\\eos\\utils\\__init__.py", + "parent": "napalm.eos", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.ios.ios": { + "path": "C:\\repos\\v3\\napalm\\napalm\\ios\\ios.py", + "parent": "napalm.ios", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.ios": { + "path": "C:\\repos\\v3\\napalm\\napalm\\ios\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr.constants": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr\\constants.py", + "parent": "napalm.iosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr.iosxr": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr\\iosxr.py", + "parent": "napalm.iosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr.utilities": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr\\utilities.py", + "parent": "napalm.iosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr_netconf.constants": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr_netconf\\constants.py", + "parent": "napalm.iosxr_netconf", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr_netconf.iosxr_netconf": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr_netconf\\iosxr_netconf.py", + "parent": "napalm.iosxr_netconf", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.iosxr_netconf": { + "path": "C:\\repos\\v3\\napalm\\napalm\\iosxr_netconf\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.junos.constants": { + "path": "C:\\repos\\v3\\napalm\\napalm\\junos\\constants.py", + "parent": "napalm.junos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.junos.junos": { + "path": "C:\\repos\\v3\\napalm\\napalm\\junos\\junos.py", + "parent": "napalm.junos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.junos": { + "path": "C:\\repos\\v3\\napalm\\napalm\\junos\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.junos.utils.junos_views": { + "path": "C:\\repos\\v3\\napalm\\napalm\\junos\\utils\\junos_views.py", + "parent": "napalm.junos.utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.junos.utils": { + "path": "C:\\repos\\v3\\napalm\\napalm\\junos\\utils\\__init__.py", + "parent": "napalm.junos", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxapi_plumbing.api_client": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxapi_plumbing\\api_client.py", + "parent": "napalm.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxapi_plumbing.device": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxapi_plumbing\\device.py", + "parent": "napalm.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxapi_plumbing.errors": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxapi_plumbing\\errors.py", + "parent": "napalm.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxapi_plumbing.utilities": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxapi_plumbing\\utilities.py", + "parent": "napalm.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxapi_plumbing": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxapi_plumbing\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxos.nxos": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxos\\nxos.py", + "parent": "napalm.nxos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxos": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxos\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxos.utils": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxos\\utils\\__init__.py", + "parent": "napalm.nxos", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxos_ssh.nxos_ssh": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxos_ssh\\nxos_ssh.py", + "parent": "napalm.nxos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxos_ssh": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxos_ssh\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.nxos_ssh.utils": { + "path": "C:\\repos\\v3\\napalm\\napalm\\nxos_ssh\\utils\\__init__.py", + "parent": "napalm.nxos_ssh", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.pyIOSXR.exceptions": { + "path": "C:\\repos\\v3\\napalm\\napalm\\pyIOSXR\\exceptions.py", + "parent": "napalm.pyIOSXR", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.pyIOSXR.iosxr": { + "path": "C:\\repos\\v3\\napalm\\napalm\\pyIOSXR\\iosxr.py", + "parent": "napalm.pyIOSXR", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "napalm.pyIOSXR": { + "path": "C:\\repos\\v3\\napalm\\napalm\\pyIOSXR\\__init__.py", + "parent": "napalm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test": { + "path": "C:\\repos\\v3\\napalm\\test\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base.test_get_network_driver": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\test_get_network_driver.py", + "parent": "test.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base.test_helpers": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\test_helpers.py", + "parent": "test.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base.test_mock_driver": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\test_mock_driver.py", + "parent": "test.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base.test_napalm_test_framework": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\test_napalm_test_framework.py", + "parent": "test.base", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base.validate.test_unit": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\validate\\test_unit.py", + "parent": "test.base.validate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.base.validate.test_validate": { + "path": "C:\\repos\\v3\\napalm\\test\\base\\validate\\test_validate.py", + "parent": "test.base.validate", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\conftest.py", + "parent": "test.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos.TestEOSDriver": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\TestEOSDriver.py", + "parent": "test.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\test_getters.py", + "parent": "test.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos.test_heredoc": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\test_heredoc.py", + "parent": "test.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos.test_integration": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\test_integration.py", + "parent": "test.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos.test_versions": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\test_versions.py", + "parent": "test.eos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos": { + "path": "C:\\repos\\v3\\napalm\\test\\eos\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos_ssh.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\eos_ssh\\conftest.py", + "parent": "test.eos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos_ssh.test_heredoc": { + "path": "C:\\repos\\v3\\napalm\\test\\eos_ssh\\test_heredoc.py", + "parent": "test.eos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.eos_ssh": { + "path": "C:\\repos\\v3\\napalm\\test\\eos_ssh\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.ios.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\ios\\conftest.py", + "parent": "test.ios", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.ios.TestIOSDriver": { + "path": "C:\\repos\\v3\\napalm\\test\\ios\\TestIOSDriver.py", + "parent": "test.ios", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.ios.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\ios\\test_getters.py", + "parent": "test.ios", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.ios": { + "path": "C:\\repos\\v3\\napalm\\test\\ios\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr\\conftest.py", + "parent": "test.iosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr.TestIOSXRDriver": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr\\TestIOSXRDriver.py", + "parent": "test.iosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr\\test_getters.py", + "parent": "test.iosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr_netconf.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr_netconf\\conftest.py", + "parent": "test.iosxr_netconf", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr_netconf.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr_netconf\\test_getters.py", + "parent": "test.iosxr_netconf", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.iosxr_netconf": { + "path": "C:\\repos\\v3\\napalm\\test\\iosxr_netconf\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.junos.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\junos\\conftest.py", + "parent": "test.junos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.junos.TestJunOSDriver": { + "path": "C:\\repos\\v3\\napalm\\test\\junos\\TestJunOSDriver.py", + "parent": "test.junos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.junos.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\junos\\test_getters.py", + "parent": "test.junos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.junos": { + "path": "C:\\repos\\v3\\napalm\\test\\junos\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\conftest.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.mock_device": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\mock_device.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.test_build_payload": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\test_build_payload.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.test_config": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\test_config.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.test_import": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\test_import.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.test_show_jsonrpc": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\test_show_jsonrpc.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxapi_plumbing.test_show_xml": { + "path": "C:\\repos\\v3\\napalm\\test\\nxapi_plumbing\\test_show_xml.py", + "parent": "test.nxapi_plumbing", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos\\conftest.py", + "parent": "test.nxos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos.TestDriver": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos\\TestDriver.py", + "parent": "test.nxos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos\\test_getters.py", + "parent": "test.nxos", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos_ssh.conftest": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos_ssh\\conftest.py", + "parent": "test.nxos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos_ssh.TestDriver": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos_ssh\\TestDriver.py", + "parent": "test.nxos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos_ssh.test_getters": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos_ssh\\test_getters.py", + "parent": "test.nxos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos_ssh.test_static_methods": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos_ssh\\test_static_methods.py", + "parent": "test.nxos_ssh", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.nxos_ssh": { + "path": "C:\\repos\\v3\\napalm\\test\\nxos_ssh\\__init__.py", + "parent": "test", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "test.pyiosxr.test_iosxr": { + "path": "C:\\repos\\v3\\napalm\\test\\pyiosxr\\test_iosxr.py", + "parent": "test.pyiosxr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "vagrant.provision": { + "path": "C:\\repos\\v3\\napalm\\vagrant\\provision.py", + "parent": "vagrant", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "docs.conf": [ + { + "from_module": "docs.conf", + "imports": "napalm.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "NetworkDriver", + "lineno": 25 + } + ], + "docs.tutorials.sample_scripts.load_replace": [ + { + "from_module": "docs.tutorials.sample_scripts.load_replace", + "imports": "napalm", + "type": "import", + "lineno": 9 + } + ], + "napalm._SUPPORTED_DRIVERS": [], + "napalm": [ + { + "from_module": "napalm", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 5 + }, + { + "from_module": "napalm", + "imports": "napalm._SUPPORTED_DRIVERS.SUPPORTED_DRIVERS", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm._SUPPORTED_DRIVERS", + "symbol_part": "SUPPORTED_DRIVERS", + "lineno": 6 + }, + { + "from_module": "napalm", + "imports": "napalm.eos", + "type": "import", + "lineno": 9 + }, + { + "from_module": "napalm", + "imports": "napalm.ios", + "type": "import", + "lineno": 10 + }, + { + "from_module": "napalm", + "imports": "napalm.iosxr", + "type": "import", + "lineno": 11 + }, + { + "from_module": "napalm", + "imports": "napalm.junos", + "type": "import", + "lineno": 12 + }, + { + "from_module": "napalm", + "imports": "napalm.nxos", + "type": "import", + "lineno": 13 + }, + { + "from_module": "napalm", + "imports": "napalm.nxos_ssh", + "type": "import", + "lineno": 14 + }, + { + "from_module": "napalm", + "imports": "napalm.pyIOSXR", + "type": "import", + "lineno": 15 + }, + { + "from_module": "napalm", + "imports": "napalm.nxapi_plumbing", + "type": "import", + "lineno": 16 + } + ], + "napalm.base.base": [ + { + "from_module": "napalm.base.base", + "imports": "napalm.base.exceptions", + "type": "import", + "lineno": 25 + }, + { + "from_module": "napalm.base.base", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 26 + }, + { + "from_module": "napalm.base.base", + "imports": "napalm.base.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "constants", + "lineno": 27 + }, + { + "from_module": "napalm.base.base", + "imports": "napalm.base.validate", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "validate", + "lineno": 28 + }, + { + "from_module": "napalm.base.base", + "imports": "napalm.base.exceptions.ConnectionException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionException", + "lineno": 29 + }, + { + "from_module": "napalm.base.base", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 30 + } + ], + "napalm.base.canonical_map": [], + "napalm.base.constants": [], + "napalm.base.exceptions": [], + "napalm.base.helpers": [ + { + "from_module": "napalm.base.helpers", + "imports": "napalm.base.exceptions", + "type": "import", + "lineno": 38 + }, + { + "from_module": "napalm.base.helpers", + "imports": "napalm.base.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "constants", + "lineno": 39 + }, + { + "from_module": "napalm.base.helpers", + "imports": "napalm.base.models.ConfigDict", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.models", + "symbol_part": "ConfigDict", + "lineno": 40 + }, + { + "from_module": "napalm.base.helpers", + "imports": "napalm.base.utils.jinja_filters.CustomJinjaFilters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.utils.jinja_filters", + "symbol_part": "CustomJinjaFilters", + "lineno": 41 + } + ], + "napalm.base.mock": [ + { + "from_module": "napalm.base.mock", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 16 + }, + { + "from_module": "napalm.base.mock", + "imports": "napalm.base.exceptions", + "type": "import", + "lineno": 17 + }, + { + "from_module": "napalm.base.mock", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 27 + } + ], + "napalm.base.models": [], + "napalm.base.netmiko_helpers": [], + "napalm.base.validate": [ + { + "from_module": "napalm.base.validate", + "imports": "napalm.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "NetworkDriver", + "lineno": 14 + }, + { + "from_module": "napalm.base.validate", + "imports": "napalm.base.exceptions.ValidationException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ValidationException", + "lineno": 15 + }, + { + "from_module": "napalm.base.validate", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 16 + } + ], + "napalm.base": [ + { + "from_module": "napalm.base", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 24 + }, + { + "from_module": "napalm.base", + "imports": "napalm.base.exceptions.ModuleImportError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ModuleImportError", + "lineno": 25 + }, + { + "from_module": "napalm.base", + "imports": "napalm.base.mock.MockDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.mock", + "symbol_part": "MockDriver", + "lineno": 26 + } + ], + "napalm.base.clitools.cl_napalm": [ + { + "from_module": "napalm.base.clitools.cl_napalm", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 2 + }, + { + "from_module": "napalm.base.clitools.cl_napalm", + "imports": "napalm.base.clitools.helpers", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools", + "symbol_part": "helpers", + "lineno": 3 + } + ], + "napalm.base.clitools.cl_napalm_configure": [ + { + "from_module": "napalm.base.clitools.cl_napalm_configure", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 10 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_configure", + "imports": "napalm.base.clitools.helpers.build_help", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "build_help", + "lineno": 11 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_configure", + "imports": "napalm.base.clitools.helpers.configure_logging", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "configure_logging", + "lineno": 12 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_configure", + "imports": "napalm.base.clitools.helpers.parse_optional_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "parse_optional_args", + "lineno": 13 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_configure", + "imports": "napalm.base.clitools.helpers.warning", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "warning", + "lineno": 14 + } + ], + "napalm.base.clitools.cl_napalm_test": [ + { + "from_module": "napalm.base.clitools.cl_napalm_test", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 10 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_test", + "imports": "napalm.base.clitools.helpers.build_help", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "build_help", + "lineno": 11 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_test", + "imports": "napalm.base.clitools.helpers.configure_logging", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "configure_logging", + "lineno": 12 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_test", + "imports": "napalm.base.clitools.helpers.parse_optional_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "parse_optional_args", + "lineno": 13 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_test", + "imports": "napalm.base.clitools.helpers.warning", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "warning", + "lineno": 14 + } + ], + "napalm.base.clitools.cl_napalm_validate": [ + { + "from_module": "napalm.base.clitools.cl_napalm_validate", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 10 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_validate", + "imports": "napalm.base.clitools.helpers.build_help", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "build_help", + "lineno": 11 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_validate", + "imports": "napalm.base.clitools.helpers.configure_logging", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "configure_logging", + "lineno": 12 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_validate", + "imports": "napalm.base.clitools.helpers.parse_optional_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "parse_optional_args", + "lineno": 13 + }, + { + "from_module": "napalm.base.clitools.cl_napalm_validate", + "imports": "napalm.base.clitools.helpers.warning", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.clitools.helpers", + "symbol_part": "warning", + "lineno": 14 + } + ], + "napalm.base.clitools.helpers": [], + "napalm.base.clitools": [], + "napalm.base.test.base": [ + { + "from_module": "napalm.base.test.base", + "imports": "napalm.base.exceptions", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "exceptions", + "lineno": 15 + }, + { + "from_module": "napalm.base.test.base", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 16 + } + ], + "napalm.base.test.conftest": [], + "napalm.base.test.double": [], + "napalm.base.test.getters": [ + { + "from_module": "napalm.base.test.getters", + "imports": "napalm.base.test.helpers", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "helpers", + "lineno": 9 + }, + { + "from_module": "napalm.base.test.getters", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 10 + }, + { + "from_module": "napalm.base.test.getters", + "imports": "napalm.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "NetworkDriver", + "lineno": 11 + }, + { + "from_module": "napalm.base.test.getters", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 12 + } + ], + "napalm.base.test.helpers": [], + "napalm.base.test": [], + "napalm.base.utils.jinja_filters": [], + "napalm.base.utils.string_parsers": [], + "napalm.base.utils": [], + "napalm.eos.constants": [], + "napalm.eos.eos": [ + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 40 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.netmiko_helpers.netmiko_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.netmiko_helpers", + "symbol_part": "netmiko_args", + "lineno": 41 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 42 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "models", + "lineno": 42 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.utils.string_parsers", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.utils", + "symbol_part": "string_parsers", + "lineno": 43 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.CommitError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommitError", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.ConnectionException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionException", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.MergeConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "MergeConfigException", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.SessionLockedException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "SessionLockedException", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.CommandErrorException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandErrorException", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.exceptions.UnsupportedVersion", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "UnsupportedVersion", + "lineno": 44 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.eos.constants.LLDP_CAPAB_TRANFORM_TABLE", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos.constants", + "symbol_part": "LLDP_CAPAB_TRANFORM_TABLE", + "lineno": 53 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.eos.utils.versions.EOSVersion", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos.utils.versions", + "symbol_part": "EOSVersion", + "lineno": 54 + }, + { + "from_module": "napalm.eos.eos", + "imports": "napalm.base.constants", + "type": "import", + "lineno": 55 + } + ], + "napalm.eos": [ + { + "from_module": "napalm.eos", + "imports": "napalm.eos.eos.EOSDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos.eos", + "symbol_part": "EOSDriver", + "lineno": 17 + } + ], + "napalm.eos.utils.versions": [], + "napalm.eos.utils": [], + "napalm.ios.ios": [ + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.constants", + "type": "import", + "lineno": 28 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 29 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 30 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 31 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.exceptions.MergeConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "MergeConfigException", + "lineno": 31 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.exceptions.ConnectionClosedException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionClosedException", + "lineno": 31 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.exceptions.CommandErrorException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandErrorException", + "lineno": 31 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.exceptions.CommitConfirmException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommitConfirmException", + "lineno": 31 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.helpers.transform_lldp_capab", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.helpers", + "symbol_part": "transform_lldp_capab", + "lineno": 38 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.helpers.textfsm_extractor", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.helpers", + "symbol_part": "textfsm_extractor", + "lineno": 38 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.helpers.generate_regex_or", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.helpers", + "symbol_part": "generate_regex_or", + "lineno": 38 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.helpers.sanitize_configs", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.helpers", + "symbol_part": "sanitize_configs", + "lineno": 38 + }, + { + "from_module": "napalm.ios.ios", + "imports": "napalm.base.netmiko_helpers.netmiko_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.netmiko_helpers", + "symbol_part": "netmiko_args", + "lineno": 50 + } + ], + "napalm.ios": [ + { + "from_module": "napalm.ios", + "imports": "napalm.ios.ios.IOSDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.ios.ios", + "symbol_part": "IOSDriver", + "lineno": 17 + } + ], + "napalm.iosxr.constants": [ + { + "from_module": "napalm.iosxr.constants", + "imports": "napalm.base.constants.*", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.constants", + "symbol_part": "*", + "lineno": 3 + } + ], + "napalm.iosxr.iosxr": [ + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.pyIOSXR.IOSXR", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR", + "symbol_part": "IOSXR", + "lineno": 26 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.pyIOSXR.exceptions.ConnectError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "ConnectError", + "lineno": 27 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.pyIOSXR.exceptions.TimeoutError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "TimeoutError", + "lineno": 28 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.pyIOSXR.exceptions.InvalidInputError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "InvalidInputError", + "lineno": 29 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.pyIOSXR.exceptions.XMLCLIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "XMLCLIError", + "lineno": 30 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 33 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.netmiko_helpers.netmiko_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.netmiko_helpers", + "symbol_part": "netmiko_args", + "lineno": 34 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.iosxr.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr", + "symbol_part": "constants", + "lineno": 35 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 36 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.exceptions.ConnectionException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionException", + "lineno": 37 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.exceptions.MergeConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "MergeConfigException", + "lineno": 38 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 39 + }, + { + "from_module": "napalm.iosxr.iosxr", + "imports": "napalm.base.exceptions.CommandTimeoutException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandTimeoutException", + "lineno": 40 + } + ], + "napalm.iosxr.utilities": [], + "napalm.iosxr": [ + { + "from_module": "napalm.iosxr", + "imports": "napalm.iosxr.iosxr.IOSXRDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr.iosxr", + "symbol_part": "IOSXRDriver", + "lineno": 19 + } + ], + "napalm.iosxr_netconf.constants": [ + { + "from_module": "napalm.iosxr_netconf.constants", + "imports": "napalm.base.constants.*", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.constants", + "symbol_part": "*", + "lineno": 20 + } + ], + "napalm.iosxr_netconf.iosxr_netconf": [ + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.iosxr_netconf.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr_netconf", + "symbol_part": "constants", + "lineno": 37 + }, + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.iosxr.utilities.strip_config_header", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr.utilities", + "symbol_part": "strip_config_header", + "lineno": 38 + }, + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 39 + }, + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 40 + }, + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.base.exceptions.ConnectionException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionException", + "lineno": 41 + }, + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.base.exceptions.MergeConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "MergeConfigException", + "lineno": 42 + }, + { + "from_module": "napalm.iosxr_netconf.iosxr_netconf", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 43 + } + ], + "napalm.iosxr_netconf": [ + { + "from_module": "napalm.iosxr_netconf", + "imports": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr_netconf.iosxr_netconf", + "symbol_part": "IOSXRNETCONFDriver", + "lineno": 19 + } + ], + "napalm.junos.constants": [ + { + "from_module": "napalm.junos.constants", + "imports": "napalm.base.constants.*", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.constants", + "symbol_part": "*", + "lineno": 3 + } + ], + "napalm.junos.junos": [ + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 41 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 42 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.junos.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.junos", + "symbol_part": "constants", + "lineno": 43 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.ConnectionException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionException", + "lineno": 44 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.MergeConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "MergeConfigException", + "lineno": 45 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.CommandErrorException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandErrorException", + "lineno": 46 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 47 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.CommandTimeoutException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandTimeoutException", + "lineno": 48 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.LockError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "LockError", + "lineno": 49 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.UnlockError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "UnlockError", + "lineno": 50 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.base.exceptions.CommitConfirmException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommitConfirmException", + "lineno": 51 + }, + { + "from_module": "napalm.junos.junos", + "imports": "napalm.junos.utils.junos_views", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.junos.utils", + "symbol_part": "junos_views", + "lineno": 54 + } + ], + "napalm.junos": [ + { + "from_module": "napalm.junos", + "imports": "napalm.junos.junos.JunOSDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.junos.junos", + "symbol_part": "JunOSDriver", + "lineno": 18 + } + ], + "napalm.junos.utils.junos_views": [], + "napalm.junos.utils": [], + "napalm.nxapi_plumbing.api_client": [ + { + "from_module": "napalm.nxapi_plumbing.api_client", + "imports": "napalm.nxapi_plumbing.errors.NXAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIError", + "lineno": 19 + }, + { + "from_module": "napalm.nxapi_plumbing.api_client", + "imports": "napalm.nxapi_plumbing.errors.NXAPIPostError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIPostError", + "lineno": 19 + }, + { + "from_module": "napalm.nxapi_plumbing.api_client", + "imports": "napalm.nxapi_plumbing.errors.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPICommandError", + "lineno": 19 + }, + { + "from_module": "napalm.nxapi_plumbing.api_client", + "imports": "napalm.nxapi_plumbing.errors.NXAPIXMLError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIXMLError", + "lineno": 19 + }, + { + "from_module": "napalm.nxapi_plumbing.api_client", + "imports": "napalm.nxapi_plumbing.errors.NXAPIAuthError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIAuthError", + "lineno": 19 + }, + { + "from_module": "napalm.nxapi_plumbing.api_client", + "imports": "napalm.nxapi_plumbing.errors.NXAPIConnectionError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIConnectionError", + "lineno": 19 + } + ], + "napalm.nxapi_plumbing.device": [ + { + "from_module": "napalm.nxapi_plumbing.device", + "imports": "napalm.nxapi_plumbing.errors.NXAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIError", + "lineno": 11 + }, + { + "from_module": "napalm.nxapi_plumbing.device", + "imports": "napalm.nxapi_plumbing.errors.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPICommandError", + "lineno": 11 + }, + { + "from_module": "napalm.nxapi_plumbing.device", + "imports": "napalm.nxapi_plumbing.api_client.RPCClient", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.api_client", + "symbol_part": "RPCClient", + "lineno": 12 + }, + { + "from_module": "napalm.nxapi_plumbing.device", + "imports": "napalm.nxapi_plumbing.api_client.XMLClient", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.api_client", + "symbol_part": "XMLClient", + "lineno": 12 + }, + { + "from_module": "napalm.nxapi_plumbing.device", + "imports": "napalm.nxapi_plumbing.api_client.RPCBase", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.api_client", + "symbol_part": "RPCBase", + "lineno": 12 + } + ], + "napalm.nxapi_plumbing.errors": [], + "napalm.nxapi_plumbing.utilities": [], + "napalm.nxapi_plumbing": [ + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.device.Device", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.device", + "symbol_part": "Device", + "lineno": 7 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.api_client.RPCClient", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.api_client", + "symbol_part": "RPCClient", + "lineno": 8 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.api_client.XMLClient", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.api_client", + "symbol_part": "XMLClient", + "lineno": 8 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.errors.NXAPIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIError", + "lineno": 9 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.errors.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPICommandError", + "lineno": 9 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.errors.NXAPIConnectionError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIConnectionError", + "lineno": 9 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.errors.NXAPIAuthError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIAuthError", + "lineno": 9 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.errors.NXAPIPostError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIPostError", + "lineno": 9 + }, + { + "from_module": "napalm.nxapi_plumbing", + "imports": "napalm.nxapi_plumbing.errors.NXAPIXMLError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIXMLError", + "lineno": 9 + } + ], + "napalm.nxos.nxos": [ + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.constants", + "type": "import", + "lineno": 51 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 54 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "NetworkDriver", + "lineno": 55 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.exceptions.CommandErrorException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandErrorException", + "lineno": 56 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.exceptions.ConnectionException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ConnectionException", + "lineno": 57 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.exceptions.MergeConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "MergeConfigException", + "lineno": 58 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 59 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.helpers.as_number", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.helpers", + "symbol_part": "as_number", + "lineno": 60 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.helpers.generate_regex_or", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.helpers", + "symbol_part": "generate_regex_or", + "lineno": 61 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.netmiko_helpers.netmiko_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.netmiko_helpers", + "symbol_part": "netmiko_args", + "lineno": 62 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 63 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.nxapi_plumbing.Device", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "Device", + "lineno": 64 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.nxapi_plumbing.NXAPIAuthError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "NXAPIAuthError", + "lineno": 65 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.nxapi_plumbing.NXAPIConnectionError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "NXAPIConnectionError", + "lineno": 65 + }, + { + "from_module": "napalm.nxos.nxos", + "imports": "napalm.nxapi_plumbing.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "NXAPICommandError", + "lineno": 65 + } + ], + "napalm.nxos": [ + { + "from_module": "napalm.nxos", + "imports": "napalm.nxos.nxos.NXOSDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos.nxos", + "symbol_part": "NXOSDriver", + "lineno": 19 + }, + { + "from_module": "napalm.nxos", + "imports": "napalm.nxos.nxos.NXOSDriverBase", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos.nxos", + "symbol_part": "NXOSDriverBase", + "lineno": 20 + } + ], + "napalm.nxos.utils": [], + "napalm.nxos_ssh.nxos_ssh": [ + { + "from_module": "napalm.nxos_ssh.nxos_ssh", + "imports": "napalm.base.helpers", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "helpers", + "lineno": 27 + }, + { + "from_module": "napalm.nxos_ssh.nxos_ssh", + "imports": "napalm.base.exceptions.CommandErrorException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "CommandErrorException", + "lineno": 28 + }, + { + "from_module": "napalm.nxos_ssh.nxos_ssh", + "imports": "napalm.base.exceptions.ReplaceConfigException", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ReplaceConfigException", + "lineno": 28 + }, + { + "from_module": "napalm.nxos_ssh.nxos_ssh", + "imports": "napalm.nxos.NXOSDriverBase", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos", + "symbol_part": "NXOSDriverBase", + "lineno": 29 + } + ], + "napalm.nxos_ssh": [ + { + "from_module": "napalm.nxos_ssh", + "imports": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos_ssh.nxos_ssh", + "symbol_part": "NXOSSSHDriver", + "lineno": 19 + } + ], + "napalm.nxos_ssh.utils": [], + "napalm.pyIOSXR.exceptions": [], + "napalm.pyIOSXR.iosxr": [ + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.LockError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "LockError", + "lineno": 44 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.UnlockError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "UnlockError", + "lineno": 45 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.XMLCLIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "XMLCLIError", + "lineno": 46 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.CommitError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "CommitError", + "lineno": 47 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.ConnectError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "ConnectError", + "lineno": 48 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.TimeoutError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "TimeoutError", + "lineno": 49 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.IteratorIDError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "IteratorIDError", + "lineno": 50 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.InvalidInputError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "InvalidInputError", + "lineno": 51 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.pyIOSXR.exceptions.InvalidXMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "InvalidXMLResponse", + "lineno": 52 + }, + { + "from_module": "napalm.pyIOSXR.iosxr", + "imports": "napalm.iosxr.utilities.strip_config_header", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr.utilities", + "symbol_part": "strip_config_header", + "lineno": 53 + } + ], + "napalm.pyIOSXR": [ + { + "from_module": "napalm.pyIOSXR", + "imports": "napalm.pyIOSXR.iosxr.IOSXR", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.iosxr", + "symbol_part": "IOSXR", + "lineno": 26 + } + ], + "test": [], + "test.base.test_get_network_driver": [ + { + "from_module": "test.base.test_get_network_driver", + "imports": "napalm", + "type": "import", + "lineno": 8 + }, + { + "from_module": "test.base.test_get_network_driver", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 10 + }, + { + "from_module": "test.base.test_get_network_driver", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 11 + }, + { + "from_module": "test.base.test_get_network_driver", + "imports": "napalm.base.exceptions.ModuleImportError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.exceptions", + "symbol_part": "ModuleImportError", + "lineno": 12 + }, + { + "from_module": "test.base.test_get_network_driver", + "imports": "napalm.base._validate_driver_name", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "_validate_driver_name", + "lineno": 13 + } + ], + "test.base.test_helpers": [ + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.helpers", + "type": "import", + "lineno": 55 + }, + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.constants", + "type": "import", + "lineno": 56 + }, + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.netmiko_helpers.netmiko_args", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.netmiko_helpers", + "symbol_part": "netmiko_args", + "lineno": 57 + }, + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.exceptions", + "type": "import", + "lineno": 58 + }, + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 59 + }, + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.utils.string_parsers", + "symbol_part": "convert_uptime_string_seconds", + "lineno": 60 + }, + { + "from_module": "test.base.test_helpers", + "imports": "napalm.base.utils.string_parsers.parse_fixed_width", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.utils.string_parsers", + "symbol_part": "parse_fixed_width", + "lineno": 60 + } + ], + "test.base.test_mock_driver": [ + { + "from_module": "test.base.test_mock_driver", + "imports": "napalm.base.get_network_driver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "get_network_driver", + "lineno": 6 + }, + { + "from_module": "test.base.test_mock_driver", + "imports": "napalm.base.exceptions", + "type": "import", + "lineno": 7 + } + ], + "test.base.test_napalm_test_framework": [ + { + "from_module": "test.base.test_napalm_test_framework", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 2 + }, + { + "from_module": "test.base.test_napalm_test_framework", + "imports": "napalm.base.test.base", + "type": "import", + "lineno": 3 + } + ], + "test.base": [], + "test.base.validate.test_unit": [ + { + "from_module": "test.base.validate.test_unit", + "imports": "napalm.base.validate", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "validate", + "lineno": 6 + } + ], + "test.base.validate.test_validate": [ + { + "from_module": "test.base.validate.test_validate", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 7 + }, + { + "from_module": "test.base.validate.test_validate", + "imports": "napalm.base.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "constants", + "lineno": 8 + } + ], + "test.eos.conftest": [ + { + "from_module": "test.eos.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 6 + }, + { + "from_module": "test.eos.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 8 + }, + { + "from_module": "test.eos.conftest", + "imports": "napalm.eos.eos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos", + "symbol_part": "eos", + "lineno": 10 + } + ], + "test.eos.TestEOSDriver": [ + { + "from_module": "test.eos.TestEOSDriver", + "imports": "napalm.eos.eos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos", + "symbol_part": "eos", + "lineno": 17 + }, + { + "from_module": "test.eos.TestEOSDriver", + "imports": "napalm.base.test.base.TestConfigNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestConfigNetworkDriver", + "lineno": 18 + } + ], + "test.eos.test_getters": [ + { + "from_module": "test.eos.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 3 + } + ], + "test.eos.test_heredoc": [], + "test.eos.test_integration": [ + { + "from_module": "test.eos.test_integration", + "imports": "napalm.eos.eos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos", + "symbol_part": "eos", + "lineno": 4 + }, + { + "from_module": "test.eos.test_integration", + "imports": "napalm.base.base.NetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.base", + "symbol_part": "NetworkDriver", + "lineno": 5 + } + ], + "test.eos.test_versions": [ + { + "from_module": "test.eos.test_versions", + "imports": "napalm.eos.utils.versions.EOSVersion", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos.utils.versions", + "symbol_part": "EOSVersion", + "lineno": 3 + } + ], + "test.eos": [], + "test.eos_ssh.conftest": [ + { + "from_module": "test.eos_ssh.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 7 + }, + { + "from_module": "test.eos_ssh.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 9 + }, + { + "from_module": "test.eos_ssh.conftest", + "imports": "napalm.eos.eos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.eos", + "symbol_part": "eos", + "lineno": 11 + } + ], + "test.eos_ssh.test_heredoc": [], + "test.eos_ssh": [], + "test.ios.conftest": [ + { + "from_module": "test.ios.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 6 + }, + { + "from_module": "test.ios.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 8 + }, + { + "from_module": "test.ios.conftest", + "imports": "napalm.ios.ios", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.ios", + "symbol_part": "ios", + "lineno": 9 + } + ], + "test.ios.TestIOSDriver": [ + { + "from_module": "test.ios.TestIOSDriver", + "imports": "napalm.ios.ios", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.ios", + "symbol_part": "ios", + "lineno": 18 + }, + { + "from_module": "test.ios.TestIOSDriver", + "imports": "napalm.base.test.base.TestConfigNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestConfigNetworkDriver", + "lineno": 19 + }, + { + "from_module": "test.ios.TestIOSDriver", + "imports": "napalm.base.test.base.TestGettersNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestGettersNetworkDriver", + "lineno": 19 + } + ], + "test.ios.test_getters": [ + { + "from_module": "test.ios.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 3 + } + ], + "test.ios": [], + "test.iosxr.conftest": [ + { + "from_module": "test.iosxr.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 6 + }, + { + "from_module": "test.iosxr.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 7 + }, + { + "from_module": "test.iosxr.conftest", + "imports": "napalm.iosxr.iosxr", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr", + "symbol_part": "iosxr", + "lineno": 8 + }, + { + "from_module": "test.iosxr.conftest", + "imports": "napalm.pyIOSXR.exceptions.XMLCLIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "XMLCLIError", + "lineno": 9 + } + ], + "test.iosxr.TestIOSXRDriver": [ + { + "from_module": "test.iosxr.TestIOSXRDriver", + "imports": "napalm.iosxr.iosxr.IOSXRDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr.iosxr", + "symbol_part": "IOSXRDriver", + "lineno": 18 + }, + { + "from_module": "test.iosxr.TestIOSXRDriver", + "imports": "napalm.base.test.base.TestConfigNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestConfigNetworkDriver", + "lineno": 19 + }, + { + "from_module": "test.iosxr.TestIOSXRDriver", + "imports": "napalm.base.test.base.TestGettersNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestGettersNetworkDriver", + "lineno": 19 + } + ], + "test.iosxr.test_getters": [ + { + "from_module": "test.iosxr.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 3 + } + ], + "test.iosxr": [], + "test.iosxr_netconf.conftest": [ + { + "from_module": "test.iosxr_netconf.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 5 + }, + { + "from_module": "test.iosxr_netconf.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 7 + }, + { + "from_module": "test.iosxr_netconf.conftest", + "imports": "napalm.iosxr_netconf.iosxr_netconf", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.iosxr_netconf", + "symbol_part": "iosxr_netconf", + "lineno": 9 + } + ], + "test.iosxr_netconf.test_getters": [ + { + "from_module": "test.iosxr_netconf.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 3 + } + ], + "test.iosxr_netconf": [], + "test.junos.conftest": [ + { + "from_module": "test.junos.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 8 + }, + { + "from_module": "test.junos.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 10 + }, + { + "from_module": "test.junos.conftest", + "imports": "napalm.junos.junos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.junos", + "symbol_part": "junos", + "lineno": 12 + } + ], + "test.junos.TestJunOSDriver": [ + { + "from_module": "test.junos.TestJunOSDriver", + "imports": "napalm.junos.junos.JunOSDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.junos.junos", + "symbol_part": "JunOSDriver", + "lineno": 18 + }, + { + "from_module": "test.junos.TestJunOSDriver", + "imports": "napalm.base.test.base.TestConfigNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestConfigNetworkDriver", + "lineno": 19 + }, + { + "from_module": "test.junos.TestJunOSDriver", + "imports": "napalm.base.test.base.TestGettersNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestGettersNetworkDriver", + "lineno": 19 + } + ], + "test.junos.test_getters": [ + { + "from_module": "test.junos.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 3 + } + ], + "test.junos": [], + "test.nxapi_plumbing.conftest": [ + { + "from_module": "test.nxapi_plumbing.conftest", + "imports": "napalm.nxapi_plumbing.Device", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "Device", + "lineno": 11 + } + ], + "test.nxapi_plumbing.mock_device": [ + { + "from_module": "test.nxapi_plumbing.mock_device", + "imports": "napalm.nxapi_plumbing.Device", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "Device", + "lineno": 5 + }, + { + "from_module": "test.nxapi_plumbing.mock_device", + "imports": "napalm.nxapi_plumbing.RPCClient", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "RPCClient", + "lineno": 6 + }, + { + "from_module": "test.nxapi_plumbing.mock_device", + "imports": "napalm.nxapi_plumbing.XMLClient", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "XMLClient", + "lineno": 6 + } + ], + "test.nxapi_plumbing.test_build_payload": [], + "test.nxapi_plumbing.test_config": [ + { + "from_module": "test.nxapi_plumbing.test_config", + "imports": "napalm.nxapi_plumbing.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "NXAPICommandError", + "lineno": 3 + }, + { + "from_module": "test.nxapi_plumbing.test_config", + "imports": "napalm.nxapi_plumbing.errors.NXAPIPostError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing.errors", + "symbol_part": "NXAPIPostError", + "lineno": 4 + } + ], + "test.nxapi_plumbing.test_import": [ + { + "from_module": "test.nxapi_plumbing.test_import", + "imports": "napalm.nxapi_plumbing", + "type": "import", + "lineno": 1 + } + ], + "test.nxapi_plumbing.test_show_jsonrpc": [ + { + "from_module": "test.nxapi_plumbing.test_show_jsonrpc", + "imports": "napalm.nxapi_plumbing.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "NXAPICommandError", + "lineno": 2 + } + ], + "test.nxapi_plumbing.test_show_xml": [ + { + "from_module": "test.nxapi_plumbing.test_show_xml", + "imports": "napalm.nxapi_plumbing.NXAPICommandError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxapi_plumbing", + "symbol_part": "NXAPICommandError", + "lineno": 2 + } + ], + "test.nxos.conftest": [ + { + "from_module": "test.nxos.conftest", + "imports": "napalm.base.mock.raise_exception", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.mock", + "symbol_part": "raise_exception", + "lineno": 6 + }, + { + "from_module": "test.nxos.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 7 + }, + { + "from_module": "test.nxos.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 8 + }, + { + "from_module": "test.nxos.conftest", + "imports": "napalm.nxos.nxos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos", + "symbol_part": "nxos", + "lineno": 9 + } + ], + "test.nxos.TestDriver": [ + { + "from_module": "test.nxos.TestDriver", + "imports": "napalm.nxos.nxos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos", + "symbol_part": "nxos", + "lineno": 17 + }, + { + "from_module": "test.nxos.TestDriver", + "imports": "napalm.base.test.base.TestConfigNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestConfigNetworkDriver", + "lineno": 18 + } + ], + "test.nxos.test_getters": [ + { + "from_module": "test.nxos.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 5 + }, + { + "from_module": "test.nxos.test_getters", + "imports": "napalm.base.test.getters.wrap_test_cases", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "wrap_test_cases", + "lineno": 5 + }, + { + "from_module": "test.nxos.test_getters", + "imports": "napalm.base.test.helpers", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "helpers", + "lineno": 6 + }, + { + "from_module": "test.nxos.test_getters", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 7 + } + ], + "test.nxos": [], + "test.nxos_ssh.conftest": [ + { + "from_module": "test.nxos_ssh.conftest", + "imports": "napalm.base.test.conftest", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "conftest", + "lineno": 6 + }, + { + "from_module": "test.nxos_ssh.conftest", + "imports": "napalm.base.test.double.BaseTestDouble", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.double", + "symbol_part": "BaseTestDouble", + "lineno": 7 + }, + { + "from_module": "test.nxos_ssh.conftest", + "imports": "napalm.nxos_ssh.nxos_ssh", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos_ssh", + "symbol_part": "nxos_ssh", + "lineno": 8 + } + ], + "test.nxos_ssh.TestDriver": [ + { + "from_module": "test.nxos_ssh.TestDriver", + "imports": "napalm.nxos.nxos", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos", + "symbol_part": "nxos", + "lineno": 17 + }, + { + "from_module": "test.nxos_ssh.TestDriver", + "imports": "napalm.base.test.base.TestConfigNetworkDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.base", + "symbol_part": "TestConfigNetworkDriver", + "lineno": 18 + } + ], + "test.nxos_ssh.test_getters": [ + { + "from_module": "test.nxos_ssh.test_getters", + "imports": "napalm.base.test.getters.BaseTestGetters", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "BaseTestGetters", + "lineno": 5 + }, + { + "from_module": "test.nxos_ssh.test_getters", + "imports": "napalm.base.test.getters.wrap_test_cases", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test.getters", + "symbol_part": "wrap_test_cases", + "lineno": 5 + }, + { + "from_module": "test.nxos_ssh.test_getters", + "imports": "napalm.base.test.helpers", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base.test", + "symbol_part": "helpers", + "lineno": 6 + }, + { + "from_module": "test.nxos_ssh.test_getters", + "imports": "napalm.base.models", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.base", + "symbol_part": "models", + "lineno": 7 + } + ], + "test.nxos_ssh.test_static_methods": [ + { + "from_module": "test.nxos_ssh.test_static_methods", + "imports": "napalm.nxos_ssh.NXOSSSHDriver", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.nxos_ssh", + "symbol_part": "NXOSSSHDriver", + "lineno": 3 + } + ], + "test.nxos_ssh": [], + "test.pyiosxr.test_iosxr": [ + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.IOSXR", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR", + "symbol_part": "IOSXR", + "lineno": 12 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.LockError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "LockError", + "lineno": 15 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.UnlockError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "UnlockError", + "lineno": 16 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.XMLCLIError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "XMLCLIError", + "lineno": 17 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.CommitError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "CommitError", + "lineno": 18 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.TimeoutError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "TimeoutError", + "lineno": 19 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.IteratorIDError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "IteratorIDError", + "lineno": 20 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.InvalidInputError", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "InvalidInputError", + "lineno": 21 + }, + { + "from_module": "test.pyiosxr.test_iosxr", + "imports": "napalm.pyIOSXR.exceptions.InvalidXMLResponse", + "type": "from_import", + "relative_level": 0, + "module_part": "napalm.pyIOSXR.exceptions", + "symbol_part": "InvalidXMLResponse", + "lineno": 22 + } + ], + "vagrant.provision": [] + }, + "dependency_graph": { + "collections": { + "used_by": [ + "docs.conf", + "napalm.base.helpers", + "napalm.eos.eos", + "napalm.iosxr.iosxr", + "napalm.junos.junos", + "napalm.nxos.nxos", + "napalm.nxos_ssh.nxos_ssh" + ], + "import_count": 9 + }, + "json": { + "used_by": [ + "docs.conf", + "napalm.base.mock", + "napalm.base.clitools.cl_napalm", + "napalm.base.clitools.cl_napalm_validate", + "napalm.base.test.conftest", + "napalm.base.test.double", + "napalm.base.test.getters", + "napalm.eos.eos", + "napalm.junos.junos", + "napalm.nxapi_plumbing.api_client", + "napalm.nxos.nxos", + "test.base.validate.test_validate", + "test.nxapi_plumbing.mock_device", + "test.nxapi_plumbing.test_build_payload" + ], + "import_count": 14 + }, + "os": { + "used_by": [ + "docs.conf", + "docs.tutorials.sample_scripts.load_replace", + "napalm.base.helpers", + "napalm.base.mock", + "napalm.base.test.conftest", + "napalm.base.test.double", + "napalm.ios.ios", + "napalm.junos.utils.junos_views", + "napalm.nxos.nxos", + "test.base.test_helpers", + "test.base.test_mock_driver", + "test.base.validate.test_validate", + "test.eos.test_integration", + "test.iosxr.TestIOSXRDriver", + "test.nxapi_plumbing.conftest", + "test.pyiosxr.test_iosxr" + ], + "import_count": 16 + }, + "re": { + "used_by": [ + "docs.conf", + "napalm.base.helpers", + "napalm.base.mock", + "napalm.base.validate", + "napalm.base.test.double", + "napalm.base.utils.string_parsers", + "napalm.eos.eos", + "napalm.eos.utils.versions", + "napalm.ios.ios", + "napalm.iosxr.iosxr", + "napalm.iosxr.utilities", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.junos.junos", + "napalm.junos.utils.junos_views", + "napalm.nxos.nxos", + "napalm.nxos_ssh.nxos_ssh", + "napalm.pyIOSXR.iosxr", + "test.ios.TestIOSDriver" + ], + "import_count": 18 + }, + "subprocess": { + "used_by": [ + "docs.conf" + ], + "import_count": 1 + }, + "sys": { + "used_by": [ + "docs.conf", + "docs.tutorials.sample_scripts.load_replace", + "napalm", + "napalm.base.base", + "napalm.base.helpers", + "napalm.base.clitools.cl_napalm_configure", + "napalm.base.clitools.cl_napalm_test", + "napalm.base.clitools.cl_napalm_validate", + "napalm.base.clitools.helpers", + "napalm.base.test.double", + "test.base.test_helpers", + "test.nxapi_plumbing.conftest", + "test.pyiosxr.test_iosxr", + "vagrant.provision" + ], + "import_count": 14 + }, + "glob": { + "used_by": [ + "docs.conf" + ], + "import_count": 1 + }, + "jinja2": { + "used_by": [ + "docs.conf", + "napalm.base.helpers", + "test.base.test_helpers" + ], + "import_count": 4 + }, + "sphinx_rtd_theme": { + "used_by": [ + "docs.conf" + ], + "import_count": 1 + }, + "__future__": { + "used_by": [ + "docs.tutorials.sample_scripts.load_replace", + "napalm.iosxr_netconf.constants", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.nxapi_plumbing.device", + "napalm.nxapi_plumbing.errors", + "vagrant.provision" + ], + "import_count": 8 + }, + "importlib": { + "used_by": [ + "napalm", + "napalm.base", + "napalm.base.clitools.cl_napalm", + "napalm.eos.eos" + ], + "import_count": 5 + }, + "logging": { + "used_by": [ + "napalm", + "napalm.base.helpers", + "napalm.base.clitools.cl_napalm", + "napalm.base.clitools.cl_napalm_configure", + "napalm.base.clitools.cl_napalm_test", + "napalm.base.clitools.cl_napalm_validate", + "napalm.base.clitools.helpers", + "napalm.iosxr.iosxr", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.junos.junos", + "napalm.pyIOSXR.iosxr" + ], + "import_count": 11 + }, + "types": { + "used_by": [ + "napalm.base.base", + "test.base.test_get_network_driver" + ], + "import_count": 2 + }, + "typing": { + "used_by": [ + "napalm.base.base", + "napalm.base.helpers", + "napalm.base.mock", + "napalm.base.models", + "napalm.base.netmiko_helpers", + "napalm.base.validate", + "napalm.base", + "napalm.base.utils.jinja_filters", + "napalm.base.utils.string_parsers", + "napalm.eos.eos", + "napalm.nxapi_plumbing.api_client", + "napalm.nxapi_plumbing.device", + "napalm.nxos.nxos" + ], + "import_count": 55 + }, + "typing_extensions": { + "used_by": [ + "napalm.base.base", + "napalm.base.models", + "napalm.nxos.nxos" + ], + "import_count": 4 + }, + "netmiko": { + "used_by": [ + "napalm.base.base", + "napalm.base.netmiko_helpers", + "napalm.eos.eos", + "napalm.ios.ios", + "napalm.nxos.nxos", + "napalm.pyIOSXR.iosxr" + ], + "import_count": 11 + }, + "netutils": { + "used_by": [ + "napalm.base.base", + "napalm.base.canonical_map", + "napalm.base.helpers", + "napalm.ios.ios", + "napalm.nxos.nxos", + "napalm.nxos_ssh.nxos_ssh" + ], + "import_count": 15 + }, + "ipaddress": { + "used_by": [ + "napalm.base.helpers", + "napalm.eos.eos", + "napalm.ios.ios", + "napalm.iosxr.iosxr", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.nxos.nxos", + "napalm.nxos_ssh.nxos_ssh" + ], + "import_count": 7 + }, + "itertools": { + "used_by": [ + "napalm.base.helpers", + "napalm.base.test.getters" + ], + "import_count": 2 + }, + "textfsm": { + "used_by": [ + "napalm.base.helpers", + "test.base.test_helpers" + ], + "import_count": 2 + }, + "lxml": { + "used_by": [ + "napalm.base.helpers", + "napalm.iosxr.iosxr", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.junos.junos", + "napalm.nxapi_plumbing.api_client", + "napalm.nxapi_plumbing.utilities", + "napalm.pyIOSXR.iosxr", + "test.base.test_helpers", + "test.iosxr_netconf.conftest", + "test.junos.conftest", + "test.junos.TestJunOSDriver", + "test.nxapi_plumbing.mock_device", + "test.nxapi_plumbing.test_build_payload", + "test.pyiosxr.test_iosxr" + ], + "import_count": 16 + }, + "netaddr": { + "used_by": [ + "napalm.base.helpers", + "napalm.ios.ios", + "test.base.test_helpers" + ], + "import_count": 4 + }, + "ttp": { + "used_by": [ + "napalm.base.helpers", + "test.base.test_helpers" + ], + "import_count": 2 + }, + "inspect": { + "used_by": [ + "napalm.base.mock", + "napalm.base.netmiko_helpers", + "napalm.base", + "napalm.base.test.getters", + "napalm.eos.eos" + ], + "import_count": 5 + }, + "pydoc": { + "used_by": [ + "napalm.base.mock" + ], + "import_count": 1 + }, + "yaml": { + "used_by": [ + "napalm.base.validate", + "napalm.junos.utils.junos_views", + "test.base.validate.test_validate", + "test.junos.conftest", + "test.nxapi_plumbing.conftest" + ], + "import_count": 5 + }, + "copy": { + "used_by": [ + "napalm.base.validate", + "napalm.ios.ios", + "napalm.iosxr.iosxr", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.junos.junos", + "test.base.validate.test_unit", + "test.junos.conftest" + ], + "import_count": 7 + }, + "math": { + "used_by": [ + "napalm.base.validate" + ], + "import_count": 1 + }, + "argparse": { + "used_by": [ + "napalm.base.clitools.cl_napalm", + "napalm.base.clitools.helpers" + ], + "import_count": 2 + }, + "getpass": { + "used_by": [ + "napalm.base.clitools.cl_napalm", + "napalm.base.clitools.helpers" + ], + "import_count": 2 + }, + "pkgutil": { + "used_by": [ + "napalm.base.clitools.cl_napalm" + ], + "import_count": 1 + }, + "functools": { + "used_by": [ + "napalm.base.clitools.cl_napalm", + "napalm.base.test.getters", + "napalm.ios.ios" + ], + "import_count": 3 + }, + "ast": { + "used_by": [ + "napalm.base.clitools.helpers", + "napalm.base.test.conftest" + ], + "import_count": 2 + }, + "warnings": { + "used_by": [ + "napalm.base.clitools.helpers" + ], + "import_count": 1 + }, + "difflib": { + "used_by": [ + "napalm.base.test.base", + "napalm.iosxr_netconf.iosxr_netconf", + "napalm.pyIOSXR.iosxr" + ], + "import_count": 3 + }, + "unittest": { + "used_by": [ + "napalm.base.test.base", + "test.base.test_get_network_driver", + "test.base.test_helpers", + "test.base.test_napalm_test_framework", + "test.eos.TestEOSDriver", + "test.eos.test_heredoc", + "test.eos_ssh.test_heredoc", + "test.ios.TestIOSDriver", + "test.iosxr.TestIOSXRDriver", + "test.junos.TestJunOSDriver", + "test.nxos.TestDriver", + "test.nxos.test_getters", + "test.nxos_ssh.TestDriver", + "test.nxos_ssh.test_getters", + "test.pyiosxr.test_iosxr" + ], + "import_count": 16 + }, + "pytest": { + "used_by": [ + "napalm.base.test.getters", + "test.base.test_mock_driver", + "test.base.validate.test_unit", + "test.eos.conftest", + "test.eos.test_getters", + "test.eos.test_heredoc", + "test.eos.test_integration", + "test.eos_ssh.conftest", + "test.eos_ssh.test_heredoc", + "test.ios.conftest", + "test.ios.test_getters", + "test.iosxr.conftest", + "test.iosxr.test_getters", + "test.iosxr_netconf.conftest", + "test.iosxr_netconf.test_getters", + "test.junos.conftest", + "test.junos.test_getters", + "test.nxapi_plumbing.conftest", + "test.nxapi_plumbing.test_config", + "test.nxapi_plumbing.test_show_jsonrpc", + "test.nxapi_plumbing.test_show_xml", + "test.nxos.conftest", + "test.nxos.test_getters", + "test.nxos_ssh.conftest", + "test.nxos_ssh.test_getters" + ], + "import_count": 25 + }, + "struct": { + "used_by": [ + "napalm.base.utils.string_parsers" + ], + "import_count": 1 + }, + "time": { + "used_by": [ + "napalm.eos.eos", + "napalm.nxos.nxos", + "napalm.pyIOSXR.iosxr", + "test.pyiosxr.test_iosxr" + ], + "import_count": 4 + }, + "socket": { + "used_by": [ + "napalm.eos.eos", + "napalm.ios.ios", + "napalm.nxos_ssh.nxos_ssh" + ], + "import_count": 3 + }, + "datetime": { + "used_by": [ + "napalm.eos.eos" + ], + "import_count": 1 + }, + "pyeapi": { + "used_by": [ + "napalm.eos.eos", + "vagrant.provision" + ], + "import_count": 4 + }, + "tempfile": { + "used_by": [ + "napalm.ios.ios", + "napalm.nxos.nxos" + ], + "import_count": 2 + }, + "uuid": { + "used_by": [ + "napalm.ios.ios", + "napalm.nxos.nxos" + ], + "import_count": 2 + }, + "ncclient": { + "used_by": [ + "napalm.iosxr_netconf.iosxr_netconf", + "test.junos.conftest" + ], + "import_count": 5 + }, + "jnpr": { + "used_by": [ + "napalm.junos.junos", + "napalm.junos.utils.junos_views", + "vagrant.provision" + ], + "import_count": 13 + }, + "builtins": { + "used_by": [ + "napalm.nxapi_plumbing.api_client", + "napalm.nxos.nxos", + "napalm.nxos_ssh.nxos_ssh", + "test.eos.conftest", + "test.eos_ssh.conftest", + "test.ios.conftest", + "test.iosxr.conftest", + "test.nxos.conftest", + "test.nxos_ssh.conftest" + ], + "import_count": 9 + }, + "requests": { + "used_by": [ + "napalm.nxapi_plumbing.api_client", + "napalm.nxos.nxos", + "test.nxapi_plumbing.conftest", + "test.nxapi_plumbing.mock_device" + ], + "import_count": 9 + }, + "abc": { + "used_by": [ + "napalm.nxos.nxos" + ], + "import_count": 1 + }, + "threading": { + "used_by": [ + "napalm.pyIOSXR.iosxr" + ], + "import_count": 1 + }, + "xml": { + "used_by": [ + "napalm.pyIOSXR.iosxr" + ], + "import_count": 1 + }, + "ddt": { + "used_by": [ + "test.base.test_get_network_driver" + ], + "import_count": 2 + }, + "textwrap": { + "used_by": [ + "test.base.test_helpers", + "test.eos.test_heredoc", + "test.eos_ssh.test_heredoc" + ], + "import_count": 3 + }, + "ttp_templates": { + "used_by": [ + "test.base.test_helpers" + ], + "import_count": 1 + }, + "mock_device": { + "used_by": [ + "test.nxapi_plumbing.conftest" + ], + "import_count": 1 + }, + "pyIOSXR": { + "used_by": [ + "vagrant.provision" + ], + "import_count": 1 + }, + "pexpect": { + "used_by": [ + "vagrant.provision" + ], + "import_count": 1 + }, + "httplib": { + "used_by": [ + "vagrant.provision" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "docs.conf": [ + { + "caller": "docs.conf.build_napalm_ansible_module_docs", + "callee": ".jinja2.Environment", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.build_napalm_ansible_module_docs", + "callee": ".jinja2.FileSystemLoader", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.build_napalm_ansible_module_docs", + "callee": ".glob.glob", + "lineno": 336, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.build_getters_support_matrix", + "callee": ".collections.defaultdict", + "lineno": 367, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.build_getters_support_matrix", + "callee": ".dict.keys", + "lineno": 389, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs.conf.build_getters_support_matrix", + "callee": "docs.conf._merge_results", + "lineno": 393, + "resolution": "direct_name_call" + }, + { + "caller": "docs.conf.build_getters_support_matrix", + "callee": ".dict.keys", + "lineno": 395, + "resolution": "local_builtin_method_call" + }, + { + "caller": "docs.conf.build_getters_support_matrix", + "callee": ".jinja2.Environment", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.build_getters_support_matrix", + "callee": ".jinja2.FileSystemLoader", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.", + "callee": "docs.conf.build_getters_support_matrix", + "lineno": 413, + "resolution": "direct_name_call" + }, + { + "caller": "docs.conf.", + "callee": "docs.conf.build_napalm_ansible_module_docs", + "lineno": 414, + "resolution": "direct_name_call" + } + ], + "docs.tutorials.sample_scripts.load_replace": [ + { + "caller": "docs.tutorials.sample_scripts.load_replace.", + "callee": "docs.tutorials.sample_scripts.load_replace.main", + "lineno": 67, + "resolution": "direct_name_call" + } + ], + "napalm._SUPPORTED_DRIVERS": [], + "napalm": [ + { + "caller": "napalm.", + "callee": ".importlib.metadata.version", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "napalm.base.base": [ + { + "caller": "napalm.base.base.NetworkDriver.__enter__", + "callee": "napalm.base.base.NetworkDriver.open", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.base.NetworkDriver.__enter__", + "callee": "napalm.base.base.NetworkDriver.__exit__", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.base.NetworkDriver.__exit__", + "callee": "napalm.base.base.NetworkDriver.close", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.base.NetworkDriver.__del__", + "callee": "napalm.base.base.NetworkDriver.is_alive", + "lineno": 102, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.base.NetworkDriver.__del__", + "callee": "napalm.base.base.NetworkDriver.close", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.base.NetworkDriver._netmiko_open", + "callee": ".netmiko.ConnectHandler", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.base.NetworkDriver.load_template", + "callee": "napalm.base.helpers.load_template", + "lineno": 212, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.base.NetworkDriver.compliance_report", + "callee": "napalm.base.validate.compliance_report", + "lineno": 1759, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.base.NetworkDriver._canonical_int", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 1766, + "resolution": "external_constructor_call" + } + ], + "napalm.base.canonical_map": [], + "napalm.base.constants": [], + "napalm.base.exceptions": [], + "napalm.base.helpers": [ + { + "caller": "napalm.base.helpers.", + "callee": ".typing.TypeVar", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.helpers.", + "callee": ".typing.TypeVar", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.helpers.load_template", + "callee": ".list.append", + "lineno": 86, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.helpers.load_template", + "callee": ".list.append", + "lineno": 104, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.helpers.load_template", + "callee": "napalm.base.utils.jinja_filters.CustomJinjaFilters.filters", + "lineno": 115, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.helpers.netutils_parse_parents", + "callee": ".netutils.config.parser.IOSConfigParser", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.helpers.netutils_parse_parents", + "callee": ".list.append", + "lineno": 175, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.helpers.netutils_parse_objects", + "callee": ".netutils.config.parser.IOSConfigParser", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.helpers.netutils_parse_objects", + "callee": ".list.append", + "lineno": 207, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.helpers.netutils_parse_objects", + "callee": ".list.append", + "lineno": 213, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.helpers.mac", + "callee": ".netaddr.EUI", + "lineno": 508, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.helpers.sanitize_configs", + "callee": "napalm.base.helpers.sanitize_config", + "lineno": 610, + "resolution": "direct_name_call" + } + ], + "napalm.base.mock": [ + { + "caller": "napalm.base.mock.raise_exception", + "callee": ".pydoc.locate", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.mock.mocked_method._mocked_method", + "callee": "napalm.base.mock.mocked_data", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.mocked_data", + "callee": "napalm.base.mock.raise_exception", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDevice.show", + "callee": "napalm.base.mock.MockDevice.run_commands", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__init__", + "callee": ".dict.get", + "lineno": 120, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__init__", + "callee": ".dict.get", + "lineno": 121, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__init__", + "callee": ".dict.get", + "lineno": 122, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__init__", + "callee": "napalm.base.mock.MockDevice.__init__", + "lineno": 126, + "resolution": "same_module_class_call" + }, + { + "caller": "napalm.base.mock.MockDriver.cli", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 157, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.cli", + "callee": "napalm.base.mock.MockDriver.open", + "lineno": 164, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.load_merge_candidate", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.load_merge_candidate", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.load_merge_candidate", + "callee": "napalm.base.mock.mocked_data", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.load_replace_candidate", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 181, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.load_replace_candidate", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 182, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.load_replace_candidate", + "callee": "napalm.base.mock.mocked_data", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.compare_config", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 189, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.compare_config", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 190, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.compare_config", + "callee": "napalm.base.mock.mocked_data", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.commit_config", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.commit_config", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.commit_config", + "callee": "napalm.base.mock.MockDriver.has_pending_commit", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.commit_config", + "callee": "napalm.base.mock.mocked_data", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.discard_config", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 211, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.discard_config", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.discard_config", + "callee": "napalm.base.mock.mocked_data", + "lineno": 216, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.confirm_commit", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 219, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.confirm_commit", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 220, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.confirm_commit", + "callee": "napalm.base.mock.mocked_data", + "lineno": 225, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver._rpc", + "callee": "napalm.base.mock.MockDriver.cli", + "lineno": 236, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__getattribute__", + "callee": "napalm.base.mock.is_mocked_method", + "lineno": 241, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__getattribute__", + "callee": "napalm.base.mock.MockDriver._raise_if_closed", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__getattribute__", + "callee": "napalm.base.mock.MockDriver._count_calls", + "lineno": 243, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.mock.MockDriver.__getattribute__", + "callee": "napalm.base.mock.mocked_method", + "lineno": 244, + "resolution": "direct_name_call" + } + ], + "napalm.base.models": [ + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 196, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 217, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 261, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 272, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 285, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 302, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 308, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 319, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 343, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 356, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 362, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 364, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 374, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 380, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 389, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 393, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 397, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 399, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 407, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 409, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 428, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 430, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 435, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.models.", + "callee": ".typing_extensions.TypedDict", + "lineno": 440, + "resolution": "external_constructor_call" + } + ], + "napalm.base.netmiko_helpers": [], + "napalm.base.validate": [ + { + "caller": "napalm.base.validate._mode", + "callee": ".dict.keys", + "lineno": 40, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.validate._compare_getter_list", + "callee": "napalm.base.validate.compare", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate._compare_getter_dict", + "callee": "napalm.base.validate.compare", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.", + "callee": ".typing.TypeVar", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate._mode", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate._compare_getter_list", + "lineno": 151, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate._compare_getter_dict", + "lineno": 152, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 156, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate._compare_range", + "lineno": 159, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate._compare_tolerance", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compare", + "callee": "napalm.base.validate.empty_tree", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate._compare_tolerance", + "callee": ".math.isclose", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.validate.empty_tree", + "callee": "napalm.base.validate.empty_tree", + "lineno": 234, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compliance_report", + "callee": "napalm.base.validate._get_validation_file", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.validate.compliance_report", + "callee": "napalm.base.validate.compare", + "lineno": 264, + "resolution": "direct_name_call" + } + ], + "napalm.base": [ + { + "caller": "napalm.base.get_network_driver", + "callee": "napalm.base._validate_driver_name", + "lineno": 135, + "resolution": "direct_name_call" + } + ], + "napalm.base.clitools.cl_napalm": [ + { + "caller": "napalm.base.clitools.cl_napalm.debugging.real_decorator.wrapper", + "callee": ".functools.wraps", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.check_installed_packages", + "callee": ".importlib.metadata.version", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_get_network_driver", + "callee": "napalm.base.get_network_driver", + "lineno": 168, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_get_network_driver", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_instantiating_object", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 171, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_pre_connection", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_connection", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 181, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_post_connection", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 186, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_facts", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_close", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 198, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_open_device", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_load_replace_candidate", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_load_merge_candidate", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 213, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_compare_config", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 218, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_commit_config", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 226, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.configuration_change", + "callee": "napalm.base.clitools.cl_napalm.call_compare_config", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.configuration_change", + "callee": "napalm.base.clitools.cl_napalm.call_commit_config", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_getter", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.call_compliance_report", + "callee": "napalm.base.clitools.cl_napalm.debugging", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_get_network_driver", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.helpers.parse_optional_args", + "lineno": 265, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_instantiating_object", + "lineno": 267, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_pre_connection", + "lineno": 277, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_open_device", + "lineno": 279, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_connection", + "lineno": 282, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_facts", + "lineno": 283, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.helpers.parse_optional_args", + "lineno": 286, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_getter", + "lineno": 287, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.configuration_change", + "lineno": 289, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_compliance_report", + "lineno": 291, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_close", + "lineno": 293, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.run_tests", + "callee": "napalm.base.clitools.cl_napalm.call_post_connection", + "lineno": 296, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.main", + "callee": "napalm.base.clitools.cl_napalm.build_help", + "lineno": 300, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.main", + "callee": "napalm.base.clitools.helpers.configure_logging", + "lineno": 301, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.main", + "callee": "napalm.base.clitools.cl_napalm.check_installed_packages", + "lineno": 303, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.main", + "callee": "napalm.base.clitools.cl_napalm.run_tests", + "lineno": 304, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm.", + "callee": "napalm.base.clitools.cl_napalm.main", + "lineno": 308, + "resolution": "direct_name_call" + } + ], + "napalm.base.clitools.cl_napalm_configure": [ + { + "caller": "napalm.base.clitools.cl_napalm_configure.run", + "callee": "napalm.base.get_network_driver", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_configure.run", + "callee": "napalm.base.clitools.helpers.parse_optional_args", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_configure.main", + "callee": "napalm.base.clitools.helpers.warning", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_configure.main", + "callee": "napalm.base.clitools.helpers.build_help", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_configure.main", + "callee": "napalm.base.clitools.helpers.configure_logging", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_configure.main", + "callee": "napalm.base.clitools.cl_napalm_configure.run", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_configure.", + "callee": "napalm.base.clitools.cl_napalm_configure.main", + "lineno": 75, + "resolution": "direct_name_call" + } + ], + "napalm.base.clitools.cl_napalm_test": [ + { + "caller": "napalm.base.clitools.cl_napalm_test.main", + "callee": "napalm.base.clitools.helpers.warning", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_test.main", + "callee": "napalm.base.clitools.helpers.build_help", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_test.main", + "callee": "napalm.base.clitools.helpers.configure_logging", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_test.main", + "callee": "napalm.base.get_network_driver", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_test.main", + "callee": "napalm.base.clitools.helpers.parse_optional_args", + "lineno": 31, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_test.", + "callee": "napalm.base.clitools.cl_napalm_test.main", + "lineno": 45, + "resolution": "direct_name_call" + } + ], + "napalm.base.clitools.cl_napalm_validate": [ + { + "caller": "napalm.base.clitools.cl_napalm_validate.main", + "callee": "napalm.base.clitools.helpers.warning", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_validate.main", + "callee": "napalm.base.clitools.helpers.build_help", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_validate.main", + "callee": "napalm.base.clitools.helpers.configure_logging", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_validate.main", + "callee": "napalm.base.get_network_driver", + "lineno": 30, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_validate.main", + "callee": "napalm.base.clitools.helpers.parse_optional_args", + "lineno": 32, + "resolution": "imported_call" + }, + { + "caller": "napalm.base.clitools.cl_napalm_validate.", + "callee": "napalm.base.clitools.cl_napalm_validate.main", + "lineno": 47, + "resolution": "direct_name_call" + } + ], + "napalm.base.clitools.helpers": [], + "napalm.base.clitools": [], + "napalm.base.test.base": [ + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_and_committing_config", + "callee": ".unittest.SkipTest", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_and_committing_config", + "callee": ".object.assertEqual", + "lineno": 61, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_with_typo", + "callee": ".unittest.SkipTest", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_with_typo", + "callee": ".object.assertTrue", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_and_diff_and_discard", + "callee": "napalm.base.test.base.TestConfigNetworkDriver.read_file", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_and_diff_and_discard", + "callee": ".object.assertTrue", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_replacing_config_and_rollback", + "callee": ".object.assertTrue", + "lineno": 109, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_merge_configuration", + "callee": "napalm.base.test.base.TestConfigNetworkDriver.read_file", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_merge_configuration", + "callee": ".object.assertEqual", + "lineno": 125, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_merge_configuration_typo_and_rollback", + "callee": ".object.assertTrue", + "lineno": 141, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestConfigNetworkDriver.test_load_template", + "callee": ".object.assertTrue", + "lineno": 148, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_firewall_policies", + "callee": ".unittest.SkipTest", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_firewall_policies", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 184, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_firewall_policies", + "callee": ".object.assertTrue", + "lineno": 186, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_is_alive", + "callee": ".unittest.SkipTest", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_is_alive", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_is_alive", + "callee": ".object.assertTrue", + "lineno": 194, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_facts", + "callee": ".unittest.SkipTest", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_facts", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_facts", + "callee": ".object.assertTrue", + "lineno": 202, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces", + "callee": ".unittest.SkipTest", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces", + "callee": ".object.assertTrue", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors", + "callee": ".unittest.SkipTest", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors", + "callee": ".object.assertTrue", + "lineno": 227, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_counters", + "callee": ".unittest.SkipTest", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_counters", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 237, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_counters", + "callee": ".object.assertTrue", + "lineno": 239, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": ".unittest.SkipTest", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 252, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 260, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_environment", + "callee": ".object.assertTrue", + "lineno": 262, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors", + "callee": ".unittest.SkipTest", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 280, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors", + "callee": ".object.assertTrue", + "lineno": 285, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors_detail", + "callee": ".unittest.SkipTest", + "lineno": 291, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors_detail", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_lldp_neighbors_detail", + "callee": ".object.assertTrue", + "lineno": 298, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_config", + "callee": ".unittest.SkipTest", + "lineno": 304, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_config", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 308, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_config", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 310, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_config", + "callee": ".object.assertTrue", + "lineno": 312, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors_detail", + "callee": ".unittest.SkipTest", + "lineno": 318, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors_detail", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_bgp_neighbors_detail", + "callee": ".object.assertTrue", + "lineno": 329, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table", + "callee": ".unittest.SkipTest", + "lineno": 335, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 339, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table", + "callee": ".object.assertTrue", + "lineno": 341, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table_with_vrf", + "callee": ".unittest.SkipTest", + "lineno": 347, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table_with_vrf", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 351, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_arp_table_with_vrf", + "callee": ".object.assertTrue", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_peers", + "callee": ".unittest.SkipTest", + "lineno": 359, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_peers", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 364, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_peers", + "callee": ".object.assertTrue", + "lineno": 366, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_servers", + "callee": ".unittest.SkipTest", + "lineno": 372, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_servers", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 378, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_servers", + "callee": ".object.assertTrue", + "lineno": 380, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_stats", + "callee": ".unittest.SkipTest", + "lineno": 386, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_stats", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 390, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ntp_stats", + "callee": ".object.assertTrue", + "lineno": 392, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_ip", + "callee": ".unittest.SkipTest", + "lineno": 398, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_ip", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 405, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_ip", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 407, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_interfaces_ip", + "callee": ".object.assertTrue", + "lineno": 409, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_mac_address_table", + "callee": ".unittest.SkipTest", + "lineno": 415, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_mac_address_table", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 419, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_mac_address_table", + "callee": ".object.assertTrue", + "lineno": 421, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_route_to", + "callee": ".unittest.SkipTest", + "lineno": 429, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_route_to", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 435, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_route_to", + "callee": ".object.assertTrue", + "lineno": 436, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_snmp_information", + "callee": ".unittest.SkipTest", + "lineno": 442, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_snmp_information", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 447, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_snmp_information", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 450, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_snmp_information", + "callee": ".object.assertTrue", + "lineno": 452, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_config", + "callee": ".unittest.SkipTest", + "lineno": 458, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_config", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_config", + "callee": ".object.assertTrue", + "lineno": 466, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_results", + "callee": ".unittest.SkipTest", + "lineno": 472, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_results", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 477, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_probes_results", + "callee": ".object.assertTrue", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_ping", + "callee": ".unittest.SkipTest", + "lineno": 486, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_ping", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 490, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_ping", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 493, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_ping", + "callee": ".object.assertTrue", + "lineno": 495, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_traceroute", + "callee": ".unittest.SkipTest", + "lineno": 502, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_traceroute", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 508, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_traceroute", + "callee": ".object.assertTrue", + "lineno": 510, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_users", + "callee": ".unittest.SkipTest", + "lineno": 516, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_users", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 520, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_users", + "callee": ".object.assertTrue", + "lineno": 523, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_optics", + "callee": ".unittest.SkipTest", + "lineno": 529, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_config", + "callee": ".unittest.SkipTest", + "lineno": 550, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_config", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 553, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_config_filtered", + "callee": ".unittest.SkipTest", + "lineno": 561, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_network_instances", + "callee": ".unittest.SkipTest", + "lineno": 572, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_network_instances", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 576, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_network_instances", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 577, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_network_instances", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_network_instances", + "callee": ".object.assertTrue", + "lineno": 584, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ipv6_neighbors_table", + "callee": ".unittest.SkipTest", + "lineno": 590, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ipv6_neighbors_table", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 594, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_ipv6_neighbors_table", + "callee": ".object.assertTrue", + "lineno": 596, + "resolution": "external_inherited_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_vlans", + "callee": ".unittest.SkipTest", + "lineno": 602, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_vlans", + "callee": "napalm.base.test.base.TestGettersNetworkDriver._test_model", + "lineno": 606, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.base.TestGettersNetworkDriver.test_get_vlans", + "callee": ".object.assertTrue", + "lineno": 608, + "resolution": "external_inherited_call" + } + ], + "napalm.base.test.conftest": [ + { + "caller": "napalm.base.test.conftest.pytest_generate_tests", + "callee": ".list.append", + "lineno": 44, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.test.conftest.pytest_generate_tests", + "callee": ".list.append", + "lineno": 47, + "resolution": "local_builtin_method_call" + } + ], + "napalm.base.test.double": [ + { + "caller": "napalm.base.test.double.BaseTestDouble.expected_result", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 56, + "resolution": "self_method_call" + }, + { + "caller": "napalm.base.test.double._string_key_to_int", + "callee": "napalm.base.test.double._string_key_to_int", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.test.double._string_key_to_int", + "callee": "napalm.base.test.double._string_key_to_int", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.test.double._string_key_to_int", + "callee": "napalm.base.test.double._string_key_to_int", + "lineno": 76, + "resolution": "direct_name_call" + } + ], + "napalm.base.test.getters": [ + { + "caller": "napalm.base.test.getters.list_dicts_diff", + "callee": ".itertools.zip_longest", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.base.test.getters.list_dicts_diff", + "callee": "napalm.base.test.getters.dict_diff", + "lineno": 19, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.test.getters.list_dicts_diff", + "callee": ".list.append", + "lineno": 21, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.test.getters.dict_diff", + "callee": "napalm.base.test.getters.dict_diff", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.test.getters.wrap_test_cases.mock_wrapper", + "callee": "napalm.base.test.getters.list_dicts_diff", + "lineno": 79, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.test.getters.wrap_test_cases.mock_wrapper", + "callee": "napalm.base.test.getters.dict_diff", + "lineno": 81, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_method_signatures", + "callee": ".dict.keys", + "lineno": 141, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_is_alive", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 147, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_facts", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 154, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 164, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_lldp_neighbors", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 176, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces_counters", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 187, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_environment", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 198, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_environment", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 201, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_environment", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 204, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_environment", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 207, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_environment", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 209, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_neighbors", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 224, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_neighbors", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 227, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_lldp_neighbors_detail", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 239, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_config", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 250, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_config", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 252, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_bgp_neighbors_detail", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 268, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_arp_table", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 279, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_arp_table_with_vrf", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 290, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_ipv6_neighbors_table", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 300, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_ntp_peers", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 312, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_ntp_servers", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 324, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_ntp_stats", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 335, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces_ip", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 349, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_interfaces_ip", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 351, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_mac_address_table", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 362, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_route_to", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 377, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_route_to_longer", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 395, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_snmp_information", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 407, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_snmp_information", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 410, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_probes_config", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 423, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_probes_results", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 435, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_ping", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 447, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_ping", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 450, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_traceroute", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 464, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_users", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 475, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_config", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 506, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_config_sanitized", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 530, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_config_sanitized_filtered", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 540, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_config_sanitized_filtered", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 548, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_network_instances", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 565, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_network_instances", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 566, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_network_instances", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 567, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_firewall_policies", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 580, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.base.test.getters.BaseTestGetters.test_get_vlans", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 591, + "resolution": "qualified_module_call" + } + ], + "napalm.base.test.helpers": [], + "napalm.base.test": [], + "napalm.base.utils.jinja_filters": [], + "napalm.base.utils.string_parsers": [ + { + "caller": "napalm.base.utils.string_parsers.alphanum_key", + "callee": "napalm.base.utils.string_parsers.convert", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.base.utils.string_parsers.parse_fixed_width", + "callee": "napalm.base.utils.string_parsers.parse_fixed_width.parse", + "lineno": 140, + "resolution": "nested_function_call" + } + ], + "napalm.base.utils": [], + "napalm.eos.constants": [], + "napalm.eos.eos": [ + { + "caller": "napalm.eos.eos.EOSDriver.__init__", + "callee": "napalm.eos.eos.EOSDriver._process_optional_args_ssh", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.__init__", + "callee": "napalm.eos.eos.EOSDriver._process_optional_args_eapi", + "lineno": 148, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._process_optional_args_ssh", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._process_optional_args_eapi", + "callee": "napalm.eos.eos.EOSDriver._parse_transport", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.open", + "callee": "napalm.base.base.NetworkDriver._netmiko_open", + "lineno": 194, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.open", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 220, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.open", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 221, + "resolution": "imported_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.open", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 222, + "resolution": "imported_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.close", + "callee": "napalm.eos.eos.EOSDriver.discard_config", + "lineno": 227, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.close", + "callee": "napalm.base.base.NetworkDriver._netmiko_close", + "lineno": 229, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._run_commands", + "callee": ".list.append", + "lineno": 260, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._run_commands", + "callee": ".list.append", + "lineno": 269, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._obtain_lock", + "callee": "napalm.eos.eos.EOSDriver._lock", + "lineno": 288, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._obtain_lock", + "callee": "napalm.eos.eos.EOSDriver._lock", + "lineno": 294, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._lock", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._get_pending_commits", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._get_pending_commits", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 311, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._mode_comment_convert", + "callee": ".list.append", + "lineno": 387, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._mode_comment_convert", + "callee": ".list.append", + "lineno": 399, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver._obtain_lock", + "lineno": 408, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": ".list.append", + "lineno": 411, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": ".list.append", + "lineno": 413, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver.open", + "lineno": 416, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": ".list.append", + "lineno": 428, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver._multiline_convert", + "lineno": 432, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver._mode_comment_convert", + "lineno": 434, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver.discard_config", + "lineno": 441, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 453, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 458, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._load_config", + "callee": "napalm.eos.eos.EOSDriver.discard_config", + "lineno": 460, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.load_replace_candidate", + "callee": "napalm.eos.eos.EOSDriver._load_config", + "lineno": 469, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.load_merge_candidate", + "callee": "napalm.eos.eos.EOSDriver._load_config", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.compare_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 481, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.commit_config", + "callee": "napalm.eos.eos.EOSDriver.has_pending_commit", + "lineno": 494, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.commit_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 504, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.commit_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 512, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.has_pending_commit", + "callee": "napalm.eos.eos.EOSDriver._get_pending_commits", + "lineno": 517, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.confirm_commit", + "callee": "napalm.eos.eos.EOSDriver._get_pending_commits", + "lineno": 523, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.confirm_commit", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 530, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.discard_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 540, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.rollback", + "callee": "napalm.eos.eos.EOSDriver._get_pending_commits", + "lineno": 553, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.rollback", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 569, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_facts", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 576, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_facts", + "callee": "napalm.base.utils.string_parsers.sorted_nicely", + "lineno": 585, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 600, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 624, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 632, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors", + "callee": ".dict.keys", + "lineno": 637, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_counters", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 646, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_counters", + "callee": ".collections.defaultdict", + "lineno": 647, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 670, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": ".collections.defaultdict", + "lineno": 680, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 690, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 693, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 694, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 695, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 733, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 751, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": ".list.append", + "lineno": 758, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 759, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 761, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 763, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver.get_environment.extract_temperature_data", + "lineno": 769, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver.get_environment.extract_temperature_data", + "lineno": 772, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_environment", + "callee": "napalm.eos.eos.EOSDriver.get_environment._parse_memory", + "lineno": 812, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "callee": ".list.append", + "lineno": 826, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 830, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "callee": ".dict.keys", + "lineno": 840, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver._transform_lldp_capab", + "lineno": 843, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver._transform_lldp_capab", + "lineno": 844, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.mac", + "lineno": 849, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.cli", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 879, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": ".dict.copy", + "lineno": 929, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "callee": ".dict.update", + "lineno": 957, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "callee": ".dict.get", + "lineno": 959, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "callee": ".dict.get", + "lineno": 959, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "callee": ".dict.items", + "lineno": 960, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "callee": ".dict.update", + "lineno": 963, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.update", + "lineno": 970, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.get", + "lineno": 972, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.get", + "lineno": 972, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.items", + "lineno": 973, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.update", + "lineno": 976, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.update", + "lineno": 979, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.values", + "lineno": 982, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "callee": ".dict.values", + "lineno": 983, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "callee": ".dict.get", + "lineno": 994, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "callee": ".dict.get", + "lineno": 995, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "callee": "napalm.base.helpers.convert", + "lineno": 1003, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "callee": ".dict.get", + "lineno": 1004, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1035, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.as_number", + "lineno": 1049, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_config.default_neighbor_dict", + "lineno": 1078, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1079, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "lineno": 1098, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": ".dict.keys", + "lineno": 1105, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "lineno": 1106, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_config.parse_options", + "lineno": 1107, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "lineno": 1109, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": ".dict.items", + "lineno": 1111, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_config.default_group_dict", + "lineno": 1116, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_config", + "callee": ".dict.values", + "lineno": 1119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_arp_table", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1134, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_arp_table", + "callee": ".list.append", + "lineno": 1146, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_arp_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1149, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_arp_table", + "callee": "napalm.base.helpers.ip", + "lineno": 1150, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_ntp_servers", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1163, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_ntp_servers", + "callee": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "lineno": 1203, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_ntp_stats", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1245, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_ntp_stats", + "callee": ".list.append", + "lineno": 1254, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1277, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1279, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 1289, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1292, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1294, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".list.append", + "lineno": 1299, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1301, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".list.append", + "lineno": 1308, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1310, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1318, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.items", + "lineno": 1323, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 1325, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1328, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1330, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".list.append", + "lineno": 1333, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1335, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".list.append", + "lineno": 1346, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1348, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1355, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_mac_address_table", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1368, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 1378, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_mac_address_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1380, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.eos.eos.EOSDriver._get_vrfs", + "lineno": 1401, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".list.append", + "lineno": 1414, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1424, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.keys", + "lineno": 1434, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.ip", + "lineno": 1458, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.keys", + "lineno": 1461, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.update", + "lineno": 1468, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1469, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1472, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.as_number", + "lineno": 1473, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.copy", + "lineno": 1480, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.as_number", + "lineno": 1488, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.ip", + "lineno": 1492, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.ip", + "lineno": 1498, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.ip", + "lineno": 1502, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1516, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": ".dict.copy", + "lineno": 1538, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_route_to", + "callee": "napalm.base.helpers.ip", + "lineno": 1549, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_snmp_information", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1569, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_snmp_information", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1579, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_users", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1602, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_users", + "callee": "napalm.eos.eos.EOSDriver.get_users._sshkey_type", + "lineno": 1607, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.traceroute", + "callee": ".list.append", + "lineno": 1664, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.traceroute", + "callee": ".list.append", + "lineno": 1675, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.traceroute", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1689, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 1708, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1771, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1793, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1796, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1797, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1798, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1799, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1802, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1803, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1806, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1807, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1808, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "callee": ".list.append", + "lineno": 1818, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1836, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1837, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1838, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1839, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1847, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1848, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1850, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1851, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1853, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1854, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "lineno": 1862, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1865, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1867, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "lineno": 1871, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._parse_per_peer_bgp_detail", + "lineno": 1872, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._append", + "lineno": 1883, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.eos.eos.EOSDriver.get_bgp_neighbors_detail._append", + "lineno": 1894, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_optics", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1901, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_config", + "callee": ".list.append", + "lineno": 1957, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1961, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_config", + "callee": "napalm.base.helpers.sanitize_config", + "lineno": 1964, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1977, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_config", + "callee": "napalm.base.helpers.sanitize_config", + "lineno": 1980, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_config", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 1990, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._show_vrf_json", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 2001, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._show_vrf_text", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 2015, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._show_vrf_text", + "callee": "napalm.base.utils.string_parsers.parse_fixed_width", + "lineno": 2022, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._show_vrf_text", + "callee": ".list.append", + "lineno": 2031, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._show_vrf_text", + "callee": ".list.append", + "lineno": 2042, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._show_vrf", + "callee": "napalm.eos.eos.EOSDriver._show_vrf_json", + "lineno": 2047, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver._get_vrfs", + "callee": "napalm.eos.eos.EOSDriver._show_vrf", + "lineno": 2050, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_network_instances", + "callee": "napalm.eos.eos.EOSDriver._show_vrf", + "lineno": 2059, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_network_instances", + "callee": "napalm.eos.eos.EOSDriver.get_interfaces_ip", + "lineno": 2085, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_network_instances", + "callee": ".dict.keys", + "lineno": 2092, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2136, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2147, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 2148, + "resolution": "self_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2168, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2170, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2173, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2175, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.ping", + "callee": ".list.append", + "lineno": 2178, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.eos.eos.EOSDriver.get_vlans", + "callee": "napalm.eos.eos.EOSDriver._run_commands", + "lineno": 2197, + "resolution": "self_method_call" + } + ], + "napalm.eos": [], + "napalm.eos.utils.versions": [ + { + "caller": "napalm.eos.utils.versions.EOSVersion.__init__", + "callee": "napalm.eos.utils.versions.EOSVersion._parse", + "lineno": 20, + "resolution": "self_method_call" + } + ], + "napalm.eos.utils": [], + "napalm.ios.ios": [ + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 126, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 129, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 130, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 131, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 132, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 142, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 149, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 160, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.__init__", + "callee": ".dict.get", + "lineno": 161, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.open", + "callee": "napalm.base.base.NetworkDriver._netmiko_open", + "lineno": 168, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.close", + "callee": "napalm.base.base.NetworkDriver._netmiko_close", + "lineno": 190, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._send_command", + "callee": "napalm.ios.ios.IOSDriver._send_command_postprocess", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._create_tmp_file", + "callee": "napalm.ios.ios.IOSDriver.open", + "lineno": 242, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "callee": "napalm.ios.ios.IOSDriver._inline_tcl_xfer", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "callee": "napalm.ios.ios.IOSDriver._create_tmp_file", + "lineno": 268, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "callee": "napalm.ios.ios.IOSDriver._scp_file", + "lineno": 269, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "callee": "napalm.ios.ios.IOSDriver._inline_tcl_xfer", + "lineno": 276, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "callee": "napalm.ios.ios.IOSDriver._scp_file", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.load_replace_candidate", + "callee": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.load_merge_candidate", + "callee": "napalm.ios.ios.IOSDriver._load_candidate_wrapper", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_compare_config", + "callee": ".list.append", + "lineno": 332, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_compare_config", + "callee": ".list.append", + "lineno": 340, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_merge_diff_incr", + "callee": ".list.append", + "lineno": 374, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_merge_diff_incr", + "callee": ".list.append", + "lineno": 376, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_merge_diff", + "callee": ".list.append", + "lineno": 386, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_merge_diff", + "callee": ".list.insert", + "lineno": 388, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._normalize_merge_diff", + "callee": ".list.append", + "lineno": 390, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.compare_config", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 408, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.compare_config", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 409, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.compare_config", + "callee": "napalm.ios.ios.IOSDriver._normalize_compare_config", + "lineno": 414, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.compare_config", + "callee": "napalm.ios.ios.IOSDriver._normalize_merge_diff_incr", + "lineno": 425, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.compare_config", + "callee": "napalm.ios.ios.IOSDriver._normalize_merge_diff", + "lineno": 429, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._check_archive_feature", + "lineno": 509, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver.has_pending_commit", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._gen_rollback_cfg", + "lineno": 528, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 533, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._check_file_exists", + "lineno": 534, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._commit_handler", + "lineno": 546, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 564, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._check_file_exists", + "lineno": 565, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver._commit_handler", + "lineno": 578, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.commit_config", + "callee": "napalm.ios.ios.IOSDriver.rollback", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.has_pending_commit", + "callee": "napalm.ios.ios.IOSDriver._get_pending_commits", + "lineno": 600, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_pending_commits", + "callee": "napalm.ios.ios.IOSDriver._check_archive_feature", + "lineno": 604, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_pending_commits", + "callee": ".dict.update", + "lineno": 625, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.confirm_commit", + "callee": "napalm.ios.ios.IOSDriver.has_pending_commit", + "lineno": 631, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.confirm_commit", + "callee": "napalm.ios.ios.IOSDriver._get_pending_commits", + "lineno": 632, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.discard_config", + "callee": "napalm.ios.ios.IOSDriver._discard_config", + "lineno": 647, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._discard_config", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 652, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._discard_config", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 653, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.rollback", + "callee": "napalm.ios.ios.IOSDriver.has_pending_commit", + "lineno": 659, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.rollback", + "callee": "napalm.ios.ios.IOSDriver._get_pending_commits", + "lineno": 660, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.rollback", + "callee": "napalm.ios.ios.IOSDriver._commit_handler", + "lineno": 662, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.rollback", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 672, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.rollback", + "callee": "napalm.ios.ios.IOSDriver._check_file_exists", + "lineno": 673, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.rollback", + "callee": "napalm.ios.ios.IOSDriver._commit_handler", + "lineno": 676, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._inline_tcl_xfer", + "callee": "napalm.ios.ios.IOSDriver._xfer_file", + "lineno": 695, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._inline_tcl_xfer", + "callee": "napalm.ios.ios.IOSDriver._xfer_file", + "lineno": 702, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._scp_file", + "callee": "napalm.ios.ios.IOSDriver._xfer_file", + "lineno": 718, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._gen_rollback_cfg", + "callee": "napalm.ios.ios.IOSDriver._gen_full_path", + "lineno": 812, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._is_vss", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 857, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_optics", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 863, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_optics", + "callee": "napalm.ios.ios.IOSDriver._is_vss", + "lineno": 870, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_optics", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 874, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_optics", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 875, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_optics", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 913, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors", + "callee": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "lineno": 963, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors", + "callee": "napalm.base.helpers.mac", + "lineno": 976, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors", + "callee": "napalm.base.helpers.mac", + "lineno": 984, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1001, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1002, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1009, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1023, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1024, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 1041, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 1044, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 1048, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_lldp_neighbors_detail", + "callee": ".dict.setdefault", + "lineno": 1049, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_facts", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1095, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_facts", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1096, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_facts", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1097, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_facts", + "callee": "napalm.ios.ios.IOSDriver.parse_uptime", + "lineno": 1103, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_facts", + "callee": ".list.append", + "lineno": 1146, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1190, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces", + "callee": "napalm.base.helpers.mac", + "lineno": 1225, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1291, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1293, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1310, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": ".dict.update", + "lineno": 1311, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1328, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": ".dict.update", + "lineno": 1329, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1333, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_ip", + "callee": ".dict.update", + "lineno": 1334, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.ios.ios.IOSDriver.get_config", + "lineno": 1429, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.netutils_parse_objects", + "lineno": 1430, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1436, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.netutils_parse_parents", + "lineno": 1461, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.netutils_parse_objects", + "lineno": 1473, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1477, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1481, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1484, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1487, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1490, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1493, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1496, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1499, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1502, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1505, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1510, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1513, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1515, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": ".dict.keys", + "lineno": 1519, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.ios.ios.IOSDriver.get_bgp_config.build_prefix_limit", + "lineno": 1526, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1554, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": ".dict.keys", + "lineno": 1558, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.netutils_parse_objects", + "lineno": 1565, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.netutils_parse_parents", + "lineno": 1569, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.netutils_parse_objects", + "lineno": 1573, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1574, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1577, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1580, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1583, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1586, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1589, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1592, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1595, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1599, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1601, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1604, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.regex_find_txt", + "lineno": 1607, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": "napalm.ios.ios.IOSDriver.get_bgp_config.build_prefix_limit", + "lineno": 1629, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1632, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1656, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1671, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 1676, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": ".dict.update", + "lineno": 1844, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": ".list.append", + "lineno": 1848, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": ".str.splitlines", + "lineno": 1859, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": ".dict.update", + "lineno": 1865, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": ".list.append", + "lineno": 1873, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": ".list.append", + "lineno": 1876, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 1894, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 1903, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 1911, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.ios.ios.IOSDriver.bgp_time_conversion", + "lineno": 1937, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 1973, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 1983, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 1984, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 2003, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 2004, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2021, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 2026, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2030, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 2035, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2040, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2041, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 2043, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 2046, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2052, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 2057, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2059, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2069, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2074, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2079, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2084, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2088, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2099, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2105, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 2118, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": ".dict.update", + "lineno": 2123, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2134, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2137, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2140, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2141, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2144, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2147, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.as_number", + "lineno": 2150, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": ".dict.update", + "lineno": 2155, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_bgp_neighbors_detail", + "callee": ".dict.keys", + "lineno": 2163, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2193, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2195, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": ".list.append", + "lineno": 2209, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": ".dict.setdefault", + "lineno": 2216, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": ".netutils.interface.split_interface", + "lineno": 2256, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": ".netutils.interface.abbreviated_interface_name", + "lineno": 2262, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_interfaces_counters", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 2277, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2300, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 2301, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2312, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2323, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 2330, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 2334, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2337, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 2363, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 2369, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_arp_table", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2407, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_arp_table", + "callee": "napalm.base.helpers.mac", + "lineno": 2440, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_arp_table", + "callee": ".list.append", + "lineno": 2444, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.cli", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2467, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ntp_peers", + "callee": "napalm.ios.ios.IOSDriver.get_ntp_stats", + "lineno": 2475, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ntp_peers", + "callee": "napalm.base.helpers.ip", + "lineno": 2478, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ntp_servers", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2499, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ntp_stats", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2515, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ntp_stats", + "callee": ".list.append", + "lineno": 2539, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "callee": "napalm.base.helpers.mac", + "lineno": 2629, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "callee": "napalm.base.base.NetworkDriver._canonical_int", + "lineno": 2630, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2640, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2657, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2658, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2677, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2677, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2694, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2695, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2698, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2698, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2702, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2702, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 2706, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2708, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2708, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2723, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2724, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2727, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2727, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2731, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2731, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2736, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2736, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2740, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2740, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2747, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_mac_address_table", + "callee": "napalm.ios.ios.IOSDriver.get_mac_address_table.process_mac_fields", + "lineno": 2747, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_probes_config", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2784, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vrfs", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2815, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vrfs", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2821, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vrfs", + "callee": ".list.append", + "lineno": 2826, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vrfs", + "callee": ".list.append", + "lineno": 2834, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2877, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2888, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": ".list.append", + "lineno": 2900, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": ".list.append", + "lineno": 2910, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": ".str.format", + "lineno": 2928, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": ".str.format", + "lineno": 2930, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 2931, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": "napalm.base.helpers.as_number", + "lineno": 2955, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "callee": "napalm.base.helpers.as_number", + "lineno": 2958, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": "napalm.ios.ios.IOSDriver._get_vrfs", + "lineno": 3009, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": ".list.append", + "lineno": 3012, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": ".list.append", + "lineno": 3023, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": ".list.append", + "lineno": 3027, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3033, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": ".list.append", + "lineno": 3034, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": "napalm.ios.ios.IOSDriver.bgp_time_conversion", + "lineno": 3083, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_route_to", + "callee": "napalm.ios.ios.IOSDriver._get_bgp_route_attr", + "lineno": 3106, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_snmp_information", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3137, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_snmp_information", + "callee": ".dict.keys", + "lineno": 3142, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_snmp_information", + "callee": ".dict.update", + "lineno": 3143, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_snmp_information", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3162, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_users", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3192, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_users", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3195, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.ping", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3260, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.ping", + "callee": ".list.append", + "lineno": 3295, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.ping", + "callee": "napalm.base.helpers.ip", + "lineno": 3297, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.traceroute", + "callee": "napalm.base.helpers.ip", + "lineno": 3421, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_network_instances", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3443, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_network_instances", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3444, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_network_instances", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 3487, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_config", + "callee": "napalm.base.helpers.generate_regex_or", + "lineno": 3524, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_config", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3532, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_config", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3538, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_config", + "callee": "napalm.base.helpers.sanitize_configs", + "lineno": 3543, + "resolution": "imported_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ipv6_neighbors_table", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3577, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ipv6_neighbors_table", + "callee": "napalm.base.helpers.mac", + "lineno": 3587, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ipv6_neighbors_table", + "callee": "napalm.base.helpers.ip", + "lineno": 3588, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_ipv6_neighbors_table", + "callee": ".list.append", + "lineno": 3589, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.dest_file_system", + "callee": "napalm.ios.ios.IOSDriver._discover_file_system", + "lineno": 3604, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_vlans", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3609, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_vlans", + "callee": "napalm.ios.ios.IOSDriver._get_vlan_from_id", + "lineno": 3611, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver.get_vlans", + "callee": "napalm.ios.ios.IOSDriver._get_vlan_all_ports", + "lineno": 3613, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vlan_all_ports", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 3650, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vlan_from_id", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3660, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vlan_from_id", + "callee": "napalm.ios.ios.IOSDriver._send_command", + "lineno": 3665, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vlan_from_id", + "callee": "napalm.ios.ios.IOSDriver._get_vlan_all_ports", + "lineno": 3666, + "resolution": "self_method_call" + }, + { + "caller": "napalm.ios.ios.IOSDriver._get_vlan_from_id", + "callee": ".dict.update", + "lineno": 3670, + "resolution": "local_builtin_method_call" + } + ], + "napalm.ios": [], + "napalm.iosxr.constants": [], + "napalm.iosxr.iosxr": [ + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.__init__", + "callee": ".dict.get", + "lineno": 58, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.__init__", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 220, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.find_txt", + "lineno": 221, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 223, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.find_txt", + "lineno": 224, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 226, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.find_txt", + "lineno": 227, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 229, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.find_txt", + "lineno": 230, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 232, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.base.helpers.find_txt", + "lineno": 233, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "lineno": 235, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "callee": ".dict.update", + "lineno": 237, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 268, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 271, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 272, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 273, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 274, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 275, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 277, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 278, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 283, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 284, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 285, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces", + "callee": "napalm.base.helpers.find_txt", + "lineno": 287, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 313, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 319, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 321, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 326, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 328, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 332, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 334, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 338, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 340, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 344, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 346, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 351, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 353, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 357, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 359, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 363, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 365, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 370, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 372, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 377, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 379, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 384, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 386, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 390, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.find_txt", + "lineno": 392, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": ".list.append", + "lineno": 436, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 436, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors.generate_vrf_query", + "lineno": 441, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 448, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 450, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 457, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 459, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 470, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 471, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 473, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 474, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 476, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 477, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 480, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 484, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 485, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 494, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 497, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 502, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 504, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 506, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 514, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 517, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 521, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 527, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 529, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 532, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 534, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 539, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 541, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 546, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 548, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 559, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 560, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.find_txt", + "lineno": 561, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": ".collections.defaultdict", + "lineno": 592, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 598, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 603, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_environment.get_module_xml_query", + "lineno": 618, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 627, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 628, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 629, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 631, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 632, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 633, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 635, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 636, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 637, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_facts", + "lineno": 653, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 675, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 678, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 680, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 682, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 684, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_environment.get_module_xml_query", + "lineno": 700, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 706, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 710, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 712, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 730, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 731, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 734, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 735, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 736, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_environment.get_module_xml_query", + "lineno": 753, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 756, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 759, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.find_txt", + "lineno": 760, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 763, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors", + "callee": ".dict.keys", + "lineno": 784, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 789, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 790, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 804, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 805, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 807, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 809, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 811, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 812, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 815, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 816, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 818, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 819, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 821, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 822, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 824, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 825, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 827, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 828, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 830, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 832, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": ".dict.keys", + "lineno": 835, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 845, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 848, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 917, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 919, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 931, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.ip", + "lineno": 932, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 933, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 934, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 938, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 939, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 940, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 942, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 944, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 947, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 950, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 952, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 958, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 960, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 966, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 968, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 974, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 977, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 980, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 982, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 985, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 988, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": ".dict.keys", + "lineno": 991, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config.build_prefix_limit", + "lineno": 996, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1011, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1016, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1017, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1020, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1024, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1029, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1030, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1032, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1033, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1035, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1037, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1040, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1042, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1043, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1046, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1049, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1051, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1057, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1059, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1065, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1067, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config.build_prefix_limit", + "lineno": 1086, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1089, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1107, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": ".list.append", + "lineno": 1125, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1125, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": ".str.format", + "lineno": 1135, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1158, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1159, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1161, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1163, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1165, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": ".dict.keys", + "lineno": 1167, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1170, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1171, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1172, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1174, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1175, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1177, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1178, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1180, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1181, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1182, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1185, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1187, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1188, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1189, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1191, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1192, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1194, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1195, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1196, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1198, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1199, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1202, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1206, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1212, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1217, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1218, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1221, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1222, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1224, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1225, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1227, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1229, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1232, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1233, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1236, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1242, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": ".dict.get", + "lineno": 1244, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1245, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1248, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1250, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1253, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1255, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1258, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1260, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1264, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1266, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1270, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1273, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1276, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1277, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1281, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1282, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1285, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1286, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1290, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1292, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_bgp_neighbors_detail", + "callee": ".dict.pop", + "lineno": 1336, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 1351, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1352, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 1354, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1355, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 1357, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1358, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1360, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": ".list.append", + "lineno": 1362, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1365, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_arp_table", + "callee": "napalm.base.helpers.ip", + "lineno": 1366, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_peers", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1383, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_peers", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1388, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_servers", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1407, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_servers", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1412, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1430, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1431, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1434, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 1435, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1436, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 1438, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1439, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 1441, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1442, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 1444, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1445, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 1447, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1448, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 1450, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1451, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_ntp_stats", + "callee": ".list.append", + "lineno": 1453, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1483, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1484, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1486, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1487, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1489, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1491, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 1493, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1502, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1503, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1505, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1506, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1519, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1520, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 1522, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1527, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1528, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1530, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1531, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1548, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "callee": "napalm.base.helpers.convert", + "lineno": 1549, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1551, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1554, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 1556, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_mac_address_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1558, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1641, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1642, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1648, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1649, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1651, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1652, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1654, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1654, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1655, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": ".dict.keys", + "lineno": 1658, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": ".dict.copy", + "lineno": 1690, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1693, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1696, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1698, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1704, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1706, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 1712, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1714, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.ip", + "lineno": 1720, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1721, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1724, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1736, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1738, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1754, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1755, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": ".dict.update", + "lineno": 1757, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_route_to", + "callee": ".dict.update", + "lineno": 1758, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1780, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1781, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1782, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1787, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1788, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1789, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_snmp_information", + "callee": ".dict.get", + "lineno": 1791, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1812, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": ".dict.get", + "lineno": 1814, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1817, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1818, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1819, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1820, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1821, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1823, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1824, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "callee": ".dict.keys", + "lineno": 1826, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_config", + "lineno": 1854, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1858, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1860, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": ".dict.get", + "lineno": 1866, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1867, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1876, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1877, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1889, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1894, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": ".list.count", + "lineno": 1899, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1900, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1903, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1905, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1912, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1914, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1929, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1931, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1935, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1937, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1941, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1943, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1947, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1949, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1956, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1958, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1964, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1966, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1972, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1974, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_probes_results", + "callee": ".dict.keys", + "lineno": 1984, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2059, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2076, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2077, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2086, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2088, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": ".dict.get", + "lineno": 2089, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2094, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2095, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2106, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_users", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2134, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_users", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2135, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_users", + "callee": ".dict.get", + "lineno": 2138, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_users", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2139, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_users", + "callee": ".dict.copy", + "lineno": 2140, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_config", + "callee": "napalm.base.helpers.generate_regex_or", + "lineno": 2153, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr.iosxr.IOSXRDriver.get_config", + "callee": "napalm.base.helpers.sanitize_configs", + "lineno": 2165, + "resolution": "qualified_module_call" + } + ], + "napalm.iosxr.utilities": [], + "napalm.iosxr": [], + "napalm.iosxr_netconf.constants": [], + "napalm.iosxr_netconf.iosxr_netconf": [ + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.open", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._lock", + "lineno": 96, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.close", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unlock", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._load_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.open", + "lineno": 144, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._load_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._lock", + "lineno": 147, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules.unexpected", + "lineno": 163, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules.unexpected", + "lineno": 182, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules", + "callee": ".list.append", + "lineno": 183, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.load_replace_candidate", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._load_config", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.load_replace_candidate", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.load_merge_candidate", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._load_config", + "lineno": 222, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.load_merge_candidate", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unexpected_modules", + "lineno": 231, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.compare_config", + "callee": ".ncclient.xml_.to_ele", + "lineno": 255, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.compare_config", + "callee": "napalm.iosxr.utilities.strip_config_header", + "lineno": 257, + "resolution": "imported_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.compare_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.compare_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.commit_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unlock", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.discard_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._unlock", + "lineno": 288, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.rollback", + "callee": ".ncclient.xml_.to_ele", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": ".ncclient.xml_.to_ele", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 339, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 351, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 353, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 368, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": ".list.append", + "lineno": 369, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 377, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 379, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 386, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 388, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.base.helpers.convert", + "lineno": 390, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 392, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "callee": ".dict.update", + "lineno": 404, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 444, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 450, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 454, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 457, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 463, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 464, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 466, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 468, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 473, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 504, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 511, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 533, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 542, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 544, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 551, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 553, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 560, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 562, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 569, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 571, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 578, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 587, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 589, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 596, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 598, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 605, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 607, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 614, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 616, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 623, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 625, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.base.helpers.convert", + "lineno": 632, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_counters", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 634, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 655, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 657, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 659, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 661, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 663, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 665, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 668, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 670, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 679, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 689, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 699, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 701, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 715, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 726, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 736, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 747, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 749, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 757, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 759, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 769, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 771, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 781, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 783, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 798, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 799, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 816, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 818, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "lineno": 827, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 838, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 840, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 848, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors.get_vrf_neighbors", + "lineno": 849, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_facts", + "lineno": 879, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment.env_ns_prefix", + "lineno": 881, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 896, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 917, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 925, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 942, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 948, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 955, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 963, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 988, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 997, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1005, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1013, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1021, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1029, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1037, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 1067, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1069, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1071, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1084, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 1087, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1089, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.base.helpers.convert", + "lineno": 1096, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_environment", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1098, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1128, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 1131, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1133, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "callee": "napalm.base.helpers.convert", + "lineno": 1140, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1142, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors", + "callee": ".dict.keys", + "lineno": 1144, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1161, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1163, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1170, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1172, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1179, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1182, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1185, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1187, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1189, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1191, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1198, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1200, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1207, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1209, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1216, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1218, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1225, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1227, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": ".dict.keys", + "lineno": 1235, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 1245, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 1248, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1306, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1308, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1320, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.ip", + "lineno": 1326, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1327, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1331, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1334, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1336, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1344, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1346, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1355, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1357, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1365, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1367, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1376, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1382, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1384, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1393, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1395, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1404, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1406, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1415, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1421, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1427, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1433, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1436, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": ".dict.keys", + "lineno": 1444, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config.build_prefix_limit", + "lineno": 1449, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1467, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1474, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1477, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1484, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1492, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1501, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1503, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1511, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1513, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1522, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1524, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1532, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1534, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1543, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1545, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1553, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1559, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1562, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1568, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1570, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1580, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1582, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1592, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1594, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config.build_prefix_limit", + "lineno": 1617, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1620, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1638, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1652, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1655, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1657, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1660, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1662, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1665, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1666, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1668, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1669, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1672, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1680, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1681, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1688, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1696, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1698, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.ip", + "lineno": 1705, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1706, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1713, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1721, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1723, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1731, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1741, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1751, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1760, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1766, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1772, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1774, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1777, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1779, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1782, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1784, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1792, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1794, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1803, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1809, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1812, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1820, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1822, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1830, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1832, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1840, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1842, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1851, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1853, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1863, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1867, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1876, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1878, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1883, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1885, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1894, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1896, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1906, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1908, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1977, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1979, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 1988, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 1990, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "lineno": 1999, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2011, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 2012, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2014, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 2022, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2024, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": ".dict.update", + "lineno": 2032, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_bgp_neighbors_detail.get_vrf_neighbors_detail", + "lineno": 2033, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 2062, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2064, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 2066, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2068, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 2070, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2072, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2074, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": ".list.append", + "lineno": 2078, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.base.helpers.mac", + "lineno": 2081, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_arp_table", + "callee": "napalm.base.helpers.ip", + "lineno": 2082, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_peers", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2106, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_peers", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2115, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_servers", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2144, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_servers", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2153, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2177, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2179, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2182, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 2183, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2184, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 2186, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2187, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 2189, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2190, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 2192, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2193, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 2195, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2196, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.base.helpers.convert", + "lineno": 2198, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2199, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_ntp_stats", + "callee": ".list.append", + "lineno": 2202, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": ".ncclient.xml_.to_ele", + "lineno": 2224, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 2232, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2234, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 2236, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2237, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 2239, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2241, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 2243, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 2252, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2253, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 2255, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2257, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 2278, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2280, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 2282, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 2287, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2288, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 2290, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_interfaces_ip", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2292, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2311, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "callee": "napalm.base.helpers.convert", + "lineno": 2312, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2314, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2319, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 2327, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_mac_address_table", + "callee": "napalm.base.helpers.mac", + "lineno": 2329, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 2391, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2393, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2404, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2407, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 2413, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2415, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 2417, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2419, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.base.helpers.convert", + "lineno": 2421, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": ".dict.keys", + "lineno": 2424, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2447, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": ".dict.update", + "lineno": 2454, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_route_to", + "callee": ".dict.update", + "lineno": 2455, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2474, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2480, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2486, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2500, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2501, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2502, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2504, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_snmp_information", + "callee": ".dict.get", + "lineno": 2506, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2532, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": ".dict.get", + "lineno": 2540, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2545, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2546, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2549, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 2552, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2554, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 2556, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2558, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "callee": ".dict.keys", + "lineno": 2565, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_config", + "lineno": 2594, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2599, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2601, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": ".dict.get", + "lineno": 2610, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2611, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2627, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2629, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2643, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2649, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": ".list.count", + "lineno": 2654, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2655, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2658, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2660, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2670, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2672, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2690, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2692, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2700, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2702, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2710, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2712, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2720, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2722, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2733, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2735, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2745, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2747, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 2757, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2759, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_probes_results", + "callee": ".dict.keys", + "lineno": 2772, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": ".ncclient.xml_.to_ele", + "lineno": 2840, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2856, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2858, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2860, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2864, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2871, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2873, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2879, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2882, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2884, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.traceroute", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2886, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_users", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2922, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_users", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2923, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_users", + "callee": ".dict.get", + "lineno": 2930, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_users", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._find_txt", + "lineno": 2931, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_users", + "callee": ".dict.copy", + "lineno": 2932, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_config", + "callee": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver._filter_config_tree", + "lineno": 2983, + "resolution": "self_method_call" + }, + { + "caller": "napalm.iosxr_netconf.iosxr_netconf.IOSXRNETCONFDriver.get_config", + "callee": "napalm.base.helpers.sanitize_configs", + "lineno": 2988, + "resolution": "qualified_module_call" + } + ], + "napalm.iosxr_netconf": [], + "napalm.junos.constants": [], + "napalm.junos.junos": [ + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 88, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 89, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 91, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 92, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 93, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 97, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 98, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 101, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 102, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".dict.get", + "lineno": 109, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".jnpr.junos.Device", + "lineno": 114, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.__init__", + "callee": ".jnpr.junos.Device", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.open", + "callee": "napalm.junos.junos.JunOSDriver._lock", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.close", + "callee": "napalm.junos.junos.JunOSDriver._unlock", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._detect_config_format", + "callee": "napalm.junos.junos.JunOSDriver._is_json_format", + "lineno": 229, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._load_candidate", + "callee": "napalm.junos.junos.JunOSDriver.open", + "lineno": 237, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._load_candidate", + "callee": "napalm.junos.junos.JunOSDriver._lock", + "lineno": 242, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._load_candidate", + "callee": "napalm.junos.junos.JunOSDriver._detect_config_format", + "lineno": 245, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._load_candidate", + "callee": "napalm.junos.junos.JunOSDriver.discard_config", + "lineno": 264, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.load_replace_candidate", + "callee": "napalm.junos.junos.JunOSDriver._load_candidate", + "lineno": 273, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.load_merge_candidate", + "callee": "napalm.junos.junos.JunOSDriver._load_candidate", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.commit_config", + "callee": "napalm.junos.junos.JunOSDriver._unlock", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.commit_config", + "callee": "napalm.junos.junos.JunOSDriver._unlock", + "lineno": 308, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.has_pending_commit", + "callee": "napalm.junos.junos.JunOSDriver._get_pending_commits", + "lineno": 315, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.discard_config", + "callee": "napalm.junos.junos.JunOSDriver._unlock", + "lineno": 381, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.rollback", + "callee": "napalm.junos.junos.JunOSDriver.commit_config", + "lineno": 388, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces._convert_to_dict", + "callee": "napalm.base.helpers.convert", + "lineno": 437, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces._convert_to_dict", + "callee": "napalm.base.helpers.convert", + "lineno": 448, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces._convert_to_dict", + "callee": "napalm.base.helpers.convert", + "lineno": 455, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces", + "callee": "napalm.junos.junos.JunOSDriver.get_interfaces._convert_to_dict", + "lineno": 466, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces", + "callee": "napalm.junos.junos.JunOSDriver.get_interfaces._convert_to_dict", + "lineno": 467, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_environment", + "callee": ".dict.keys", + "lineno": 595, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._parse_route_stats", + "callee": "napalm.junos.junos.JunOSDriver._get_address_family", + "lineno": 697, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._parse_route_stats", + "callee": "napalm.junos.junos.JunOSDriver._get_address_family", + "lineno": 711, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors", + "callee": ".dict.keys", + "lineno": 741, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.base.helpers.ip", + "lineno": 763, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": ".copy.deepcopy", + "lineno": 764, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.junos.junos.JunOSDriver._parse_value", + "lineno": 787, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.base.helpers.as_number", + "lineno": 794, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.base.helpers.as_number", + "lineno": 795, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.junos.junos.JunOSDriver._parse_route_stats", + "lineno": 796, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_uptime_table", + "lineno": 801, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "callee": "napalm.base.helpers.ip", + "lineno": 803, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors._get_bgp_neighbors_core", + "lineno": 831, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors", + "callee": ".dict.items", + "lineno": 846, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors", + "callee": ".dict.keys", + "lineno": 867, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors_detail", + "callee": ".collections.defaultdict", + "lineno": 899, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 945, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.convert", + "lineno": 950, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.junos.junos.JunOSDriver._transform_lldp_capab", + "lineno": 955, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_lldp_neighbors_detail", + "callee": "napalm.junos.junos.JunOSDriver._transform_lldp_capab", + "lineno": 956, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.cli._trim", + "callee": ".list.append", + "lineno": 987, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.cli._process_pipe", + "callee": ".collections.OrderedDict", + "lineno": 1035, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.cli._process_pipe", + "callee": ".dict.keys", + "lineno": 1053, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.cli", + "callee": ".list.append", + "lineno": 1076, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.cli", + "callee": "napalm.junos.junos.JunOSDriver.cli._process_pipe", + "lineno": 1089, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config.update_dict", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_config.update_dict", + "lineno": 1109, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config.build_prefix_limit", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_config.update_dict", + "lineno": 1151, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.update", + "lineno": 1185, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.update", + "lineno": 1194, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.ip", + "lineno": 1237, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1258, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.items", + "lineno": 1259, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1273, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1274, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1280, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1294, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1299, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1300, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.update", + "lineno": 1301, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1303, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_config.build_prefix_limit", + "lineno": 1308, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.ip", + "lineno": 1317, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1324, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.items", + "lineno": 1325, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1338, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1339, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_config._check_nhs", + "lineno": 1342, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1347, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.update", + "lineno": 1348, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1349, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.as_number", + "lineno": 1351, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.as_number", + "lineno": 1354, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1367, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.get", + "lineno": 1368, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": ".dict.update", + "lineno": 1369, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1371, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_config", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_config.build_prefix_limit", + "lineno": 1376, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": ".copy.deepcopy", + "lineno": 1446, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": ".dict.get", + "lineno": 1460, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": "napalm.base.helpers.convert", + "lineno": 1466, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": "napalm.base.helpers.convert", + "lineno": 1476, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": "napalm.base.helpers.as_number", + "lineno": 1484, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": "napalm.base.helpers.as_number", + "lineno": 1487, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "callee": ".dict.keys", + "lineno": 1496, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail", + "callee": "napalm.junos.junos.JunOSDriver.get_bgp_neighbors_detail._bgp_iter_core", + "lineno": 1533, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_arp_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1562, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_arp_table", + "callee": ".dict.get", + "lineno": 1562, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_arp_table", + "callee": "napalm.base.helpers.ip", + "lineno": 1563, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_arp_table", + "callee": ".dict.get", + "lineno": 1563, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_arp_table", + "callee": ".list.append", + "lineno": 1564, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "callee": ".dict.get", + "lineno": 1580, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1581, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "callee": ".dict.get", + "lineno": 1581, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "callee": "napalm.base.helpers.ip", + "lineno": 1583, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "callee": ".dict.get", + "lineno": 1583, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ipv6_neighbors_table", + "callee": ".list.append", + "lineno": 1584, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ntp_peers", + "callee": "napalm.base.helpers.ip", + "lineno": 1598, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ntp_servers", + "callee": "napalm.base.helpers.ip", + "lineno": 1610, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ntp_stats", + "callee": ".list.append", + "lineno": 1637, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_ntp_stats", + "callee": "napalm.base.helpers.ip", + "lineno": 1639, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1675, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.convert", + "lineno": 1682, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1683, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces_ip", + "callee": ".dict.get", + "lineno": 1685, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_interfaces_ip", + "callee": ".dict.keys", + "lineno": 1688, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_mac_address_table", + "callee": ".dict.copy", + "lineno": 1733, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_mac_address_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1741, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 1742, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.pop", + "lineno": 1829, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.pop", + "lineno": 1830, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.update", + "lineno": 1832, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1832, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1833, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1839, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1841, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1844, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.keys", + "lineno": 1847, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.pop", + "lineno": 1850, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.items", + "lineno": 1854, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.get", + "lineno": 1855, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_route_to", + "callee": ".dict.keys", + "lineno": 1858, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_snmp_information", + "callee": ".dict.pop", + "lineno": 1878, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_snmp_information", + "callee": ".dict.update", + "lineno": 1885, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1908, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.pop", + "lineno": 1908, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1909, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.pop", + "lineno": 1909, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1910, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.pop", + "lineno": 1910, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1911, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.pop", + "lineno": 1911, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1912, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.pop", + "lineno": 1912, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": "napalm.base.helpers.convert", + "lineno": 1913, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.pop", + "lineno": 1913, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_config", + "callee": ".dict.keys", + "lineno": 1914, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_results", + "callee": "napalm.base.helpers.convert", + "lineno": 1937, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_results", + "callee": ".dict.pop", + "lineno": 1938, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_results", + "callee": ".dict.items", + "lineno": 1940, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_results", + "callee": ".dict.pop", + "lineno": 1944, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_results", + "callee": ".dict.get", + "lineno": 1945, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_probes_results", + "callee": ".dict.keys", + "lineno": 1948, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": ".lxml.builder.E", + "lineno": 1990, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1995, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 1998, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2007, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2008, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2013, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2014, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2016, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2018, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2021, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 2023, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.traceroute", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2024, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": ".lxml.builder.E", + "lineno": 2087, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2094, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2096, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2097, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2109, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2111, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2120, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2122, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2131, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2133, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2142, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2144, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2158, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2160, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.convert", + "lineno": 2166, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": "napalm.base.helpers.find_txt", + "lineno": 2167, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.ping", + "callee": ".list.append", + "lineno": 2174, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._get_root", + "callee": ".dict.copy", + "lineno": 2191, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._get_root", + "callee": ".dict.keys", + "lineno": 2193, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._get_root", + "callee": ".dict.pop", + "lineno": 2196, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver._get_root", + "callee": ".dict.get", + "lineno": 2198, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": "napalm.junos.junos.JunOSDriver._get_root", + "lineno": 2220, + "resolution": "self_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.copy", + "lineno": 2224, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.keys", + "lineno": 2227, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.get", + "lineno": 2228, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.update", + "lineno": 2229, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.pop", + "lineno": 2231, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.get", + "lineno": 2233, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_users", + "callee": ".dict.update", + "lineno": 2236, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_optics", + "callee": ".list.append", + "lineno": 2254, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_optics", + "callee": ".list.append", + "lineno": 2269, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_optics", + "callee": ".list.append", + "lineno": 2282, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_config", + "callee": "napalm.base.helpers.sanitize_configs", + "lineno": 2356, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_network_instances", + "callee": ".list.extend", + "lineno": 2387, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.junos.junos.JunOSDriver.get_network_instances", + "callee": "napalm.junos.junos.JunOSDriver.get_interfaces", + "lineno": 2389, + "resolution": "self_method_call" + } + ], + "napalm.junos": [], + "napalm.junos.utils.junos_views": [ + { + "caller": "napalm.junos.utils.junos_views._loadyaml_bypass", + "callee": ".jnpr.junos.factory.FactoryLoader", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.utils.junos_views.", + "callee": ".os.path.splitext", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.junos.utils.junos_views.", + "callee": "napalm.junos.utils.junos_views._preprocess_yml", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.junos.utils.junos_views.", + "callee": "napalm.junos.utils.junos_views._loadyaml_bypass", + "lineno": 25, + "resolution": "direct_name_call" + } + ], + "napalm.junos.utils": [], + "napalm.nxapi_plumbing.api_client": [ + { + "caller": "napalm.nxapi_plumbing.api_client.RPCBase._send_request", + "callee": "napalm.nxapi_plumbing.api_client.RPCBase._build_payload", + "lineno": 82, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCBase._send_request", + "callee": ".requests.auth.HTTPBasicAuth", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient.__init__", + "callee": ".builtins.super", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._nxapi_command", + "callee": "napalm.nxapi_plumbing.api_client.RPCBase._send_request", + "lineno": 127, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._nxapi_command", + "callee": "napalm.nxapi_plumbing.api_client.RPCClient._process_api_response", + "lineno": 128, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._nxapi_command_conf", + "callee": "napalm.nxapi_plumbing.api_client.RPCClient._nxapi_command", + "lineno": 134, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._build_payload", + "callee": ".list.append", + "lineno": 153, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._process_api_response", + "callee": "napalm.nxapi_plumbing.api_client.RPCClient._error_check", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._process_api_response", + "callee": ".dict.get", + "lineno": 188, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._process_api_response", + "callee": ".dict.get", + "lineno": 190, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._process_api_response", + "callee": ".list.append", + "lineno": 193, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._error_check", + "callee": "napalm.nxapi_plumbing.errors.NXAPICommandError.__init__", + "lineno": 203, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.RPCClient._error_check", + "callee": "napalm.nxapi_plumbing.errors.NXAPICommandError.__init__", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.XMLClient.__init__", + "callee": ".builtins.super", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command", + "callee": "napalm.nxapi_plumbing.api_client.RPCBase._send_request", + "lineno": 224, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command", + "callee": "napalm.nxapi_plumbing.api_client.XMLClient._process_api_response", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command", + "callee": "napalm.nxapi_plumbing.api_client.XMLClient._error_check", + "lineno": 228, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command_conf", + "callee": "napalm.nxapi_plumbing.api_client.XMLClient._nxapi_command", + "lineno": 234, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.api_client.XMLClient._error_check", + "callee": "napalm.nxapi_plumbing.errors.NXAPICommandError.__init__", + "lineno": 291, + "resolution": "imported_call" + } + ], + "napalm.nxapi_plumbing.device": [ + { + "caller": "napalm.nxapi_plumbing.device.Device.__init__", + "callee": "napalm.nxapi_plumbing.api_client.XMLClient.__init__", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxapi_plumbing.device.Device.__init__", + "callee": "napalm.nxapi_plumbing.api_client.RPCClient.__init__", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxapi_plumbing.device.Device.show", + "callee": "napalm.nxapi_plumbing.device.Device.show_list", + "lineno": 70, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.device.Device.config", + "callee": "napalm.nxapi_plumbing.device.Device.config_list", + "lineno": 108, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.device.Device.save", + "callee": "napalm.nxapi_plumbing.device.Device.show", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.device.Device.rollback", + "callee": "napalm.nxapi_plumbing.device.Device.show", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxapi_plumbing.device.Device.checkpoint", + "callee": "napalm.nxapi_plumbing.device.Device.show_list", + "lineno": 166, + "resolution": "self_method_call" + } + ], + "napalm.nxapi_plumbing.errors": [], + "napalm.nxapi_plumbing.utilities": [], + "napalm.nxapi_plumbing": [], + "napalm.nxos.nxos": [ + { + "caller": "napalm.nxos.nxos.", + "callee": ".typing.TypeVar", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.", + "callee": ".typing_extensions.TypedDict", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.ensure_netmiko_conn", + "callee": ".typing.cast", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.__init__", + "callee": ".dict.pop", + "lineno": 124, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.__init__", + "callee": ".dict.get", + "lineno": 125, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.__init__", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 126, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.load_replace_candidate", + "callee": "napalm.nxos.nxos.NXOSDriverBase._create_tmp_file", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.load_replace_candidate", + "callee": ".netmiko.file_transfer", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._check_file_exists", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._commit_merge", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_config", + "lineno": 214, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_merge_diff", + "callee": "napalm.nxos.nxos.NXOSDriverBase.get_config", + "lineno": 251, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_merge_diff", + "callee": ".netutils.config.compliance.diff_network_config", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_diff", + "callee": "napalm.nxos.nxos.NXOSDriverBase._create_sot_file", + "lineno": 257, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_diff", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 258, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.compare_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_merge_diff", + "lineno": 282, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.compare_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_diff", + "lineno": 283, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.commit_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._save_to_checkpoint", + "lineno": 294, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.commit_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._load_cfg_from_checkpoint", + "lineno": 297, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.commit_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._commit_merge", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.commit_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._copy_run_start", + "lineno": 307, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.discard_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._delete_file", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._create_sot_file", + "callee": "napalm.nxos.nxos.NXOSDriverBase._delete_file", + "lineno": 326, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._create_sot_file", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command_list", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.ping", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.ping", + "callee": ".list.append", + "lineno": 405, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.ping", + "callee": ".list.append", + "lineno": 407, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.ping", + "callee": ".list.append", + "lineno": 410, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.ping", + "callee": ".list.append", + "lineno": 412, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.ping", + "callee": ".list.append", + "lineno": 418, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.traceroute", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 486, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.traceroute", + "callee": "napalm.base.helpers.convert", + "lineno": 507, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_checkpoint_file", + "callee": "napalm.nxos.nxos.NXOSDriverBase._set_checkpoint", + "lineno": 533, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_checkpoint_file", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 535, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_checkpoint_file", + "callee": "napalm.nxos.nxos.NXOSDriverBase._delete_file", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._set_checkpoint", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command_list", + "lineno": 546, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._save_to_checkpoint", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command_list", + "lineno": 555, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._delete_file", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command_list", + "lineno": 563, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._disable_confirmation", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command_list", + "lineno": 575, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_config", + "callee": "napalm.base.helpers.generate_regex_or", + "lineno": 590, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 602, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_config", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 608, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_config", + "callee": "napalm.base.helpers.sanitize_configs", + "lineno": 614, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors", + "callee": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "lineno": 621, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 646, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 648, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 664, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "callee": "napalm.base.helpers.transform_lldp_capab", + "lineno": 667, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase.get_lldp_neighbors_detail", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 671, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_reply_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_table_rows", + "lineno": 700, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._send_command", + "lineno": 703, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_reply_table", + "lineno": 707, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._parse_vlan_ports", + "callee": ".list.append", + "lineno": 723, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._parse_vlan_ports", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 723, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._parse_vlan_ports", + "callee": ".list.append", + "lineno": 725, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriverBase._parse_vlan_ports", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 725, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.__init__", + "callee": ".builtins.super", + "lineno": 754, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.__init__", + "callee": ".dict.get", + "lineno": 759, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.__init__", + "callee": ".dict.get", + "lineno": 759, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.__init__", + "callee": ".dict.get", + "lineno": 761, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.__init__", + "callee": ".dict.get", + "lineno": 763, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.__init__", + "callee": ".dict.get", + "lineno": 765, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.open", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 780, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver._send_config", + "callee": ".list.splitlines", + "lineno": 811, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver._compute_timestamp", + "callee": "napalm.base.helpers.convert", + "lineno": 847, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver._load_cfg_from_checkpoint", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command_list", + "lineno": 874, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.rollback", + "callee": "napalm.nxos.nxos.NXOSDriverBase._check_file_exists", + "lineno": 894, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.rollback", + "callee": "napalm.nxos.nxos.NXOSDriver._copy_run_start", + "lineno": 898, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_facts", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 904, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_facts", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 915, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_facts", + "callee": ".typing.cast", + "lineno": 916, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_facts", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 937, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_facts", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 943, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 952, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces", + "callee": "napalm.nxos.nxos.NXOSDriver._compute_timestamp", + "lineno": 1003, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces", + "callee": "napalm.base.helpers.convert", + "lineno": 1008, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_bgp_neighbors", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1038, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.ip", + "lineno": 1060, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 1061, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_bgp_neighbors", + "callee": "napalm.base.helpers.as_number", + "lineno": 1069, + "resolution": "imported_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.cli", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 1102, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_arp_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1113, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_arp_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_table_rows", + "lineno": 1114, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_arp_table", + "callee": "napalm.base.helpers.convert", + "lineno": 1143, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_arp_table", + "callee": "napalm.base.helpers.ip", + "lineno": 1144, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver._filter_ntp_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1153, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver._filter_ntp_table", + "callee": "napalm.base.helpers.ip", + "lineno": 1157, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver._filter_ntp_table", + "callee": ".list.append", + "lineno": 1158, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_ntp_peers", + "callee": "napalm.nxos.nxos.NXOSDriver._filter_ntp_table", + "lineno": 1163, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_ntp_servers", + "callee": "napalm.nxos.nxos.NXOSDriver._filter_ntp_table", + "lineno": 1171, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_ntp_stats", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1180, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_ntp_stats", + "callee": "napalm.base.helpers.ip", + "lineno": 1183, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1209, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": ".typing.cast", + "lineno": 1212, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1220, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1233, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1251, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1265, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1286, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_interfaces_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 1292, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_mac_address_table", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1307, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_mac_address_table", + "callee": "napalm.base.helpers.mac", + "lineno": 1322, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_snmp_information", + "callee": "napalm.nxos.nxos.NXOSDriver.cli", + "lineno": 1336, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_snmp_information", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1338, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_users", + "callee": "napalm.nxos.nxos.NXOSDriver.cli", + "lineno": 1387, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_users", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1389, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_users", + "callee": ".dict.get", + "lineno": 1409, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_network_instances", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1429, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_network_instances", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1434, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_network_instances", + "callee": ".collections.defaultdict", + "lineno": 1437, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment._process_pdus", + "callee": ".collections.defaultdict", + "lineno": 1475, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment._process_pdus", + "callee": ".list.append", + "lineno": 1498, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment._process_pdus", + "callee": ".dict.keys", + "lineno": 1502, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 1578, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 1579, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver._send_command", + "lineno": 1580, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver.get_environment._process_pdus", + "lineno": 1583, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver.get_environment._process_fans", + "lineno": 1584, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver.get_environment._process_temperature", + "lineno": 1585, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver.get_environment._process_cpu", + "lineno": 1586, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_environment", + "callee": "napalm.nxos.nxos.NXOSDriver.get_environment._process_memory", + "lineno": 1587, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_vlans", + "callee": "napalm.nxos.nxos.NXOSDriverBase._get_command_table", + "lineno": 1593, + "resolution": "inherited_method_call" + }, + { + "caller": "napalm.nxos.nxos.NXOSDriver.get_vlans", + "callee": "napalm.nxos.nxos.NXOSDriverBase._parse_vlan_ports", + "lineno": 1604, + "resolution": "inherited_method_call" + } + ], + "napalm.nxos": [], + "napalm.nxos.utils": [], + "napalm.nxos_ssh.nxos_ssh": [ + { + "caller": "napalm.nxos_ssh.nxos_ssh.parse_intf_section", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.parse_intf_section", + "callee": "napalm.base.helpers.mac", + "lineno": 148, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.bgp_table_parser", + "callee": "napalm.nxos_ssh.nxos_ssh.bgp_time_conversion", + "lineno": 331, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.bgp_table_parser", + "callee": "napalm.base.helpers.as_number", + "lineno": 337, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.bgp_summary_parser", + "callee": ".dict.update", + "lineno": 364, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.bgp_summary_parser", + "callee": "napalm.base.helpers.as_number", + "lineno": 378, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.bgp_summary_parser", + "callee": "napalm.nxos_ssh.nxos_ssh.bgp_normalize_table_data", + "lineno": 394, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.bgp_summary_parser", + "callee": "napalm.nxos_ssh.nxos_ssh.bgp_table_parser", + "lineno": 395, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.__init__", + "callee": ".builtins.super", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_config", + "callee": ".list.splitlines", + "lineno": 456, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.is_alive", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 502, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._load_cfg_from_checkpoint", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command_list", + "lineno": 524, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.rollback", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command_list", + "lineno": 539, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.rollback", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._copy_run_start", + "lineno": 544, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 569, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 570, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 571, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 572, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 586, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.parse_uptime", + "lineno": 598, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": ".list.append", + "lineno": 642, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_facts", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 642, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 684, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces", + "callee": ".dict.update", + "lineno": 715, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces", + "callee": "napalm.nxos_ssh.nxos_ssh.parse_intf_section", + "lineno": 715, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_bgp_neighbors", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 751, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_bgp_neighbors", + "callee": ".dict.update", + "lineno": 760, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_bgp_neighbors", + "callee": "napalm.nxos_ssh.nxos_ssh.bgp_summary_parser", + "lineno": 760, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.cli", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 774, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_network_instances", + "callee": ".collections.defaultdict", + "lineno": 792, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_network_instances", + "callee": ".dict.keys", + "lineno": 819, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 837, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 841, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 844, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 850, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 864, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 865, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 883, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_environment", + "callee": ".dict.setdefault", + "lineno": 889, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_arp_table", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 923, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_arp_table", + "callee": "napalm.nxos_ssh.nxos_ssh.convert_hhmmss", + "lineno": 948, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_arp_table", + "callee": "napalm.base.helpers.mac", + "lineno": 959, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_arp_table", + "callee": ".list.append", + "lineno": 963, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_ntp_entity", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 969, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_ntp_peers", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_ntp_entity", + "lineno": 984, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_ntp_servers", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_ntp_entity", + "lineno": 987, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1022, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1023, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.setdefault", + "lineno": 1041, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.setdefault", + "lineno": 1044, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.setdefault", + "lineno": 1074, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.setdefault", + "lineno": 1078, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.items", + "lineno": 1081, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.setdefault", + "lineno": 1082, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.items", + "lineno": 1084, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_interfaces_ip", + "callee": ".dict.setdefault", + "lineno": 1085, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1132, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.process_mac_fields", + "callee": "napalm.base.helpers.mac", + "lineno": 1158, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.process_mac_fields", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 1159, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 1201, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.process_mac_fields", + "lineno": 1201, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 1205, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.process_mac_fields", + "lineno": 1206, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": ".list.append", + "lineno": 1213, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_mac_address_table.process_mac_fields", + "lineno": 1214, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1263, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1270, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": ".str.format", + "lineno": 1299, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1300, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": ".list.append", + "lineno": 1326, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": "napalm.base.helpers.as_number", + "lineno": 1336, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "callee": "napalm.base.helpers.as_number", + "lineno": 1339, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_route_to", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1368, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_route_to", + "callee": "napalm.nxos_ssh.nxos_ssh.bgp_time_conversion", + "lineno": 1414, + "resolution": "direct_name_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_route_to", + "callee": ".netutils.interface.canonical_interface_name", + "lineno": 1424, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_route_to", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._get_bgp_route_attr", + "lineno": 1440, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_route_to", + "callee": ".list.append", + "lineno": 1445, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_snmp_information", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1457, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_snmp_information", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1458, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_users", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1503, + "resolution": "self_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_users", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 1504, + "resolution": "qualified_module_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_users", + "callee": ".dict.copy", + "lineno": 1511, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_users", + "callee": ".dict.get", + "lineno": 1522, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_users", + "callee": ".dict.get", + "lineno": 1523, + "resolution": "local_builtin_method_call" + }, + { + "caller": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver.get_optics", + "callee": "napalm.nxos_ssh.nxos_ssh.NXOSSSHDriver._send_command", + "lineno": 1560, + "resolution": "self_method_call" + } + ], + "napalm.nxos_ssh": [], + "napalm.nxos_ssh.utils": [], + "napalm.pyIOSXR.exceptions": [], + "napalm.pyIOSXR.iosxr": [ + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.__init__", + "callee": ".threading.Lock", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.__getattr__._getattr", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "lineno": 140, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.__getattr__._getattr", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_show", + "lineno": 142, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.make_rpc_call", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.is_alive", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.make_rpc_call", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.close", + "lineno": 167, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.make_rpc_call", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.open", + "lineno": 168, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.make_rpc_call", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.open", + "callee": ".netmiko.ConnectHandler", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.open", + "callee": "napalm.pyIOSXR.exceptions.ConnectError.__init__", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.open", + "callee": "napalm.pyIOSXR.exceptions.ConnectError.__init__", + "lineno": 198, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.open", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._timeout_exceeded", + "callee": "napalm.pyIOSXR.exceptions.TimeoutError.__init__", + "lineno": 216, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._lock_xml_agent", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._timeout_exceeded", + "lineno": 220, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._in_cli_mode", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._send_command_timing", + "lineno": 241, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._unlock_xml_agent", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._lock_xml_agent", + "lineno": 252, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._send_command_timing", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "callee": "napalm.pyIOSXR.exceptions.ConnectError.__init__", + "lineno": 258, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._unlock_xml_agent", + "lineno": 263, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.lock", + "lineno": 266, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._lock_xml_agent", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._in_cli_mode", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "lineno": 329, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._timeout_exceeded", + "lineno": 331, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "lineno": 334, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._unlock_xml_agent", + "lineno": 372, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "lineno": 373, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._timeout_exceeded", + "lineno": 384, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "lineno": 385, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._unlock_xml_agent", + "lineno": 391, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "lineno": 402, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.get_candidate_config", + "lineno": 435, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.discard_config", + "lineno": 436, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._send_command", + "lineno": 439, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._enter_xml_mode", + "lineno": 442, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.load_candidate_config", + "lineno": 443, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.commit_config", + "lineno": 444, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_show", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 490, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.close", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.unlock", + "lineno": 501, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.close", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._unlock_xml_agent", + "lineno": 502, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.lock", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 514, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.unlock", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 528, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.load_candidate_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.open", + "lineno": 551, + "resolution": "same_class_name_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.load_candidate_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 561, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.load_candidate_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR.discard_config", + "lineno": 563, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.get_candidate_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "lineno": 579, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.compare_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "lineno": 597, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.compare_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "lineno": 598, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.compare_config", + "callee": "napalm.iosxr.utilities.strip_config_header", + "lineno": 600, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.compare_config", + "callee": "napalm.iosxr.utilities.strip_config_header", + "lineno": 601, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.compare_replace_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_config_show", + "lineno": 617, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.compare_replace_config", + "callee": "napalm.iosxr.utilities.strip_config_header", + "lineno": 619, + "resolution": "imported_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.commit_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 645, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.commit_replace_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 666, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.discard_config", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 675, + "resolution": "self_method_call" + }, + { + "caller": "napalm.pyIOSXR.iosxr.IOSXR.rollback", + "callee": "napalm.pyIOSXR.iosxr.IOSXR._execute_rpc", + "lineno": 686, + "resolution": "self_method_call" + } + ], + "napalm.pyIOSXR": [], + "test": [], + "test.base.test_get_network_driver": [ + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_network_driver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 46, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_network_driver", + "callee": "napalm.base.get_network_driver", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_network_driver", + "callee": ".ddt.data", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_wrong_network_driver", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 51, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverIntegration.test_get_wrong_network_driver", + "callee": ".ddt.data", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_network_driver", + "callee": ".unittest.mock.patch", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_network_driver", + "callee": "napalm.base.get_network_driver", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_network_driver", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 68, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_network_driver", + "callee": ".ddt.data", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_wrong_network_driver", + "callee": ".unittest.mock.patch", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_wrong_network_driver", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 75, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_get_wrong_network_driver", + "callee": ".ddt.data", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_without_napalm_raises", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 82, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_without_napalm_raises", + "callee": ".ddt.data", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_with_napalm_name_accepted", + "callee": ".unittest.mock.patch", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_with_napalm_name_accepted", + "callee": "napalm.base.get_network_driver", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_with_napalm_name_accepted", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestGetNetworkDriverUnit.test_prepend_false_with_napalm_name_accepted", + "callee": ".ddt.data", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestValidateDriverName.test_valid_names", + "callee": "napalm.base._validate_driver_name", + "lineno": 119, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_get_network_driver.TestValidateDriverName.test_valid_names", + "callee": ".ddt.data", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "test.base.test_get_network_driver.TestValidateDriverName.test_invalid_names", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 140, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_get_network_driver.TestValidateDriverName.test_invalid_names", + "callee": ".ddt.data", + "lineno": 123, + "resolution": "external_constructor_call" + } + ], + "test.base.test_helpers": [ + { + "caller": "test.base.test_helpers.TestBaseHelpers.setUpClass", + "callee": "test.base.test_helpers.FakeNetworkDriver.__init__", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 90, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 102, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": "napalm.base.helpers.load_template", + "lineno": 103, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 108, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 116, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": "napalm.base.helpers.load_template", + "lineno": 117, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 122, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 136, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 145, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": "napalm.base.helpers.load_template", + "lineno": 146, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 156, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": "napalm.base.helpers.load_template", + "lineno": 157, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 172, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_load_template", + "callee": "napalm.base.helpers.load_template", + "lineno": 173, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 199, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 215, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 223, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 231, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 239, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_textfsm_extractor", + "callee": "napalm.base.helpers.textfsm_extractor", + "lineno": 240, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 254, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": "napalm.base.helpers.convert", + "lineno": 254, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 256, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": "napalm.base.helpers.convert", + "lineno": 256, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 258, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": "napalm.base.helpers.convert", + "lineno": 258, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 260, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert", + "callee": "napalm.base.helpers.convert", + "lineno": 260, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 273, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 306, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 306, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 310, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 310, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 313, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 314, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 318, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 318, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 324, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 324, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 328, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 328, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 332, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 332, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_find_txt", + "callee": "napalm.base.helpers.find_txt", + "lineno": 337, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 347, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 350, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 352, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": "napalm.base.helpers.mac", + "lineno": 352, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 353, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": "napalm.base.helpers.mac", + "lineno": 353, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 354, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_mac", + "callee": "napalm.base.helpers.mac", + "lineno": 354, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 366, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 367, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 373, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 374, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 375, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 378, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ip", + "callee": "napalm.base.helpers.ip", + "lineno": 378, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 382, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": "napalm.base.helpers.as_number", + "lineno": 382, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 383, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": "napalm.base.helpers.as_number", + "lineno": 383, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": "napalm.base.helpers.as_number", + "lineno": 384, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 385, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": "napalm.base.helpers.as_number", + "lineno": 385, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 386, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": "napalm.base.helpers.as_number", + "lineno": 386, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 387, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_as_number", + "callee": "napalm.base.helpers.as_number", + "lineno": 387, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 397, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 397, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 398, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 398, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 399, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 399, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 401, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 404, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 405, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 408, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 409, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 412, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 413, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 416, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 416, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 417, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 417, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 418, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 418, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 419, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 420, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 423, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 424, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 427, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 428, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 431, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 431, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 432, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 432, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 433, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 433, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 434, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 435, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 438, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 439, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 442, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 443, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 446, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 447, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 452, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 452, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 453, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 453, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 454, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 454, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 457, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 457, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 458, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 458, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 459, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_convert_uptime_string_seconds", + "callee": "napalm.base.utils.string_parsers.convert_uptime_string_seconds", + "lineno": 459, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 463, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 463, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 466, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 466, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 469, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 469, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 476, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 476, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 479, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 482, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 482, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 504, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 504, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".dict.update", + "lineno": 529, + "resolution": "local_builtin_method_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".dict.pop", + "lineno": 530, + "resolution": "local_builtin_method_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".dict.pop", + "lineno": 531, + "resolution": "local_builtin_method_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 532, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_netmiko_arguments", + "callee": "napalm.base.netmiko_helpers.netmiko_args", + "lineno": 532, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_sanitized_config", + "callee": "napalm.base.helpers.sanitize_config", + "lineno": 569, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_sanitized_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 570, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 583, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 599, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 607, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": "napalm.base.helpers.ttp_parse", + "lineno": 616, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 619, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": "napalm.base.helpers.ttp_parse", + "lineno": 622, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 625, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 627, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": "napalm.base.helpers.ttp_parse", + "lineno": 633, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_ttp_parse", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 638, + "resolution": "external_inherited_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_parse_fixed_width", + "callee": "napalm.base.utils.string_parsers.parse_fixed_width", + "lineno": 668, + "resolution": "imported_call" + }, + { + "caller": "test.base.test_helpers.TestBaseHelpers.test_parse_fixed_width", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 669, + "resolution": "external_inherited_call" + } + ], + "test.base.test_mock_driver": [ + { + "caller": "test.base.test_mock_driver.", + "callee": "napalm.base.get_network_driver", + "lineno": 16, + "resolution": "imported_call" + } + ], + "test.base.test_napalm_test_framework": [], + "test.base": [], + "test.base.validate.test_unit": [ + { + "caller": "test.base.validate.test_unit.TestValidate.test__compare_getter_list", + "callee": "napalm.base.validate.compare", + "lineno": 408, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 411, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 412, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 413, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 414, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 415, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_tolerance", + "lineno": 416, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_tolerance", + "lineno": 417, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 419, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 421, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 423, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 425, + "resolution": "qualified_module_call" + }, + { + "caller": "test.base.validate.test_unit.TestValidate.test_numeric_comparison", + "callee": "napalm.base.validate._compare_numeric", + "lineno": 427, + "resolution": "qualified_module_call" + } + ], + "test.base.validate.test_validate": [ + { + "caller": "test.base.validate.test_validate.TestValidate.test_simple_fail", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_simple_fail", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 35, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_simple_fail", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 36, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 43, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 46, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass_from_source", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 55, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_pass_from_source", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 57, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 67, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail_from_source", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 76, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_non_strict_fail_from_source", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 78, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 87, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 88, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail_from_source", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_fail_from_source", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 99, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 108, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 109, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_from_source", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 118, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_from_source", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 120, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 129, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 130, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip_from_source", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 139, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip_from_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_strict_pass_skip_from_source", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 141, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_immutable_validation_source", + "callee": "test.base.validate.test_validate.FakeDriver.__init__", + "lineno": 149, + "resolution": "same_module_class_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_immutable_validation_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_immutable_validation_source", + "callee": "test.base.validate.test_validate._read_yaml", + "lineno": 151, + "resolution": "direct_name_call" + }, + { + "caller": "test.base.validate.test_validate.TestValidate.test_immutable_validation_source", + "callee": "napalm.base.base.NetworkDriver.compliance_report", + "lineno": 152, + "resolution": "local_typed_method_call" + }, + { + "caller": "test.base.validate.test_validate.FakeDriver.__getattribute__", + "callee": "test.base.validate.test_validate.FakeDriver.__getattribute__.load_json", + "lineno": 173, + "resolution": "same_class_name_call" + } + ], + "test.eos.conftest": [ + { + "caller": "test.eos.conftest.PatchedEOSDriver.__init__", + "callee": ".builtins.super", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos.conftest.PatchedEOSDriver.__init__", + "callee": "test.eos.conftest.FakeEOSDevice.__init__", + "lineno": 40, + "resolution": "same_module_class_call" + }, + { + "caller": "test.eos.conftest.FakeEOSDevice.__init__", + "callee": ".builtins.super", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos.conftest.FakeEOSDevice.run_commands", + "callee": "napalm.base.test.double.BaseTestDouble.sanitize_text", + "lineno": 55, + "resolution": "inherited_method_call" + }, + { + "caller": "test.eos.conftest.FakeEOSDevice.run_commands", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 56, + "resolution": "inherited_method_call" + }, + { + "caller": "test.eos.conftest.FakeEOSDevice.run_commands", + "callee": "napalm.base.test.double.BaseTestDouble.read_json_file", + "lineno": 59, + "resolution": "inherited_method_call" + }, + { + "caller": "test.eos.conftest.FakeEOSDevice.run_commands", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 61, + "resolution": "inherited_method_call" + } + ], + "test.eos.TestEOSDriver": [ + { + "caller": "test.eos.TestEOSDriver.TestConfigEOSDriver.setUpClass", + "callee": "napalm.eos.eos.EOSDriver.__init__", + "lineno": 30, + "resolution": "qualified_module_call" + } + ], + "test.eos.test_getters": [], + "test.eos.test_heredoc": [ + { + "caller": "test.eos.test_heredoc.TestConfigMangling.test_heredoc", + "callee": ".textwrap.dedent", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos.test_heredoc.TestConfigMangling.test_mode_comment", + "callee": ".textwrap.dedent", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos.test_heredoc.TestConfigMangling.test_heredoc_with_bangs", + "callee": ".textwrap.dedent", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos.test_heredoc.TestConfigMangling.test_heredoc_with_blank_lines", + "callee": ".textwrap.dedent", + "lineno": 152, + "resolution": "external_constructor_call" + } + ], + "test.eos.test_integration": [ + { + "caller": "test.eos.test_integration.integration_device", + "callee": "napalm.eos.eos.EOSDriver.__init__", + "lineno": 10, + "resolution": "qualified_module_call" + }, + { + "caller": "test.eos.test_integration.test_eos_foo", + "callee": ".dict.get", + "lineno": 28, + "resolution": "local_builtin_method_call" + } + ], + "test.eos.test_versions": [ + { + "caller": "test.eos.test_versions.test_version_create", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 13, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "test.eos.test_versions.test_version_comparisons", + "callee": "napalm.eos.utils.versions.EOSVersion.__init__", + "lineno": 29, + "resolution": "imported_call" + } + ], + "test.eos": [], + "test.eos_ssh.conftest": [ + { + "caller": "test.eos_ssh.conftest.PatchedEOSDriver.__init__", + "callee": ".builtins.super", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos_ssh.conftest.PatchedEOSDriver.__init__", + "callee": "test.eos_ssh.conftest.FakeEOSDevice.__init__", + "lineno": 44, + "resolution": "same_module_class_call" + }, + { + "caller": "test.eos_ssh.conftest.FakeEOSDevice.__init__", + "callee": ".builtins.super", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos_ssh.conftest.FakeEOSDevice.send_command_expect", + "callee": "test.eos_ssh.conftest.FakeEOSDevice.send_config_set", + "lineno": 64, + "resolution": "self_method_call" + } + ], + "test.eos_ssh.test_heredoc": [ + { + "caller": "test.eos_ssh.test_heredoc.TestConfigMangling.test_heredoc", + "callee": ".textwrap.dedent", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos_ssh.test_heredoc.TestConfigMangling.test_mode_comment", + "callee": ".textwrap.dedent", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos_ssh.test_heredoc.TestConfigMangling.test_heredoc_with_bangs", + "callee": ".textwrap.dedent", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "test.eos_ssh.test_heredoc.TestConfigMangling.test_heredoc_with_blank_lines", + "callee": ".textwrap.dedent", + "lineno": 130, + "resolution": "external_constructor_call" + } + ], + "test.eos_ssh": [], + "test.ios.conftest": [ + { + "caller": "test.ios.conftest.PatchedIOSDriver.__init__", + "callee": ".builtins.super", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "test.ios.conftest.PatchedIOSDriver.__init__", + "callee": "test.ios.conftest.FakeIOSDevice.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "test.ios.conftest.FakeIOSDevice.send_command", + "callee": "napalm.base.test.double.BaseTestDouble.sanitize_text", + "lineno": 55, + "resolution": "inherited_method_call" + }, + { + "caller": "test.ios.conftest.FakeIOSDevice.send_command", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 56, + "resolution": "inherited_method_call" + }, + { + "caller": "test.ios.conftest.FakeIOSDevice.send_command", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 57, + "resolution": "inherited_method_call" + } + ], + "test.ios.TestIOSDriver": [ + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.setUpClass", + "callee": "napalm.ios.ios.IOSDriver.__init__", + "lineno": 57, + "resolution": "qualified_module_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_confirm", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 77, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_confirm", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 83, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_confirm", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 89, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_gen_full_path", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 94, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_gen_full_path", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 97, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_gen_full_path", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 100, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_gen_full_path", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 103, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_check_file_exists", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 111, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestConfigIOSDriver.test_ios_only_check_file_exists", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 115, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestGetterIOSDriver.setUpClass", + "callee": "napalm.ios.ios.IOSDriver.__init__", + "lineno": 141, + "resolution": "qualified_module_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestGetterIOSDriver.setUpClass", + "callee": "test.ios.TestIOSDriver.FakeIOSDevice.", + "lineno": 144, + "resolution": "same_module_class_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestGetterIOSDriver.test_ios_only_bgp_time_conversion", + "callee": ".dict.items", + "lineno": 164, + "resolution": "local_builtin_method_call" + }, + { + "caller": "test.ios.TestIOSDriver.TestGetterIOSDriver.test_ios_only_bgp_time_conversion", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 165, + "resolution": "external_inherited_call" + }, + { + "caller": "test.ios.TestIOSDriver.FakeIOSDevice.send_command_expect", + "callee": "test.ios.TestIOSDriver.FakeIOSDevice.read_txt_file", + "lineno": 180, + "resolution": "self_method_call" + }, + { + "caller": "test.ios.TestIOSDriver.FakeIOSDevice.send_command", + "callee": "test.ios.TestIOSDriver.FakeIOSDevice.send_command_expect", + "lineno": 185, + "resolution": "self_method_call" + } + ], + "test.ios.test_getters": [], + "test.ios": [], + "test.iosxr.conftest": [ + { + "caller": "test.iosxr.conftest.PatchedIOSXRDriver.__init__", + "callee": ".builtins.super", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "test.iosxr.conftest.PatchedIOSXRDriver.__init__", + "callee": "test.iosxr.conftest.FakeIOSXRDevice.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "test.iosxr.conftest.FakeIOSXRDevice.make_rpc_call", + "callee": "napalm.base.test.double.BaseTestDouble.sanitize_text", + "lineno": 55, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr.conftest.FakeIOSXRDevice.make_rpc_call", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 57, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr.conftest.FakeIOSXRDevice.make_rpc_call", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 65, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr.conftest.FakeIOSXRDevice.show_lldp_neighbors", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 73, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr.conftest.FakeIOSXRDevice.show_lldp_neighbors", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 74, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr.conftest.FakeIOSXRDevice._execute_config_show", + "callee": "test.iosxr.conftest.FakeIOSXRDevice.make_rpc_call", + "lineno": 81, + "resolution": "self_method_call" + } + ], + "test.iosxr.TestIOSXRDriver": [ + { + "caller": "test.iosxr.TestIOSXRDriver.TestConfigIOSXRDriver.setUpClass", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.__init__", + "lineno": 31, + "resolution": "imported_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.TestGetterIOSXRDriver.setUpClass", + "callee": "napalm.iosxr.iosxr.IOSXRDriver.__init__", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.TestGetterIOSXRDriver.setUpClass", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice._execute_config_show", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.make_rpc_call", + "lineno": 69, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_version", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.read_txt_file", + "lineno": 72, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_interfaces", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.read_txt_file", + "lineno": 75, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_interface_description", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.read_txt_file", + "lineno": 78, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.show_lldp_neighbors", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.read_txt_file", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.make_rpc_call", + "callee": "test.iosxr.TestIOSXRDriver.FakeIOSXRDevice.read_txt_file", + "lineno": 91, + "resolution": "self_method_call" + } + ], + "test.iosxr.test_getters": [], + "test.iosxr": [], + "test.iosxr_netconf.conftest": [ + { + "caller": "test.iosxr_netconf.conftest.PatchedIOSXRNETCONFDriver.__init__", + "callee": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.server_capabilities", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 57, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.server_capabilities", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 61, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.server_capabilities", + "callee": ".list.append", + "lineno": 66, + "resolution": "local_builtin_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.find_mocked_data_file", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 75, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.find_mocked_data_file", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 76, + "resolution": "inherited_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.dispatch", + "callee": "test.iosxr_netconf.conftest.FakeRPCReply.__init__", + "lineno": 95, + "resolution": "same_module_class_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.dispatch", + "callee": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.find_mocked_data_file", + "lineno": 95, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.get", + "callee": "test.iosxr_netconf.conftest.FakeRPCReply.__init__", + "lineno": 103, + "resolution": "same_module_class_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.get", + "callee": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.find_mocked_data_file", + "lineno": 103, + "resolution": "self_method_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.get_config", + "callee": "test.iosxr_netconf.conftest.FakeRPCReply.__init__", + "lineno": 111, + "resolution": "same_module_class_call" + }, + { + "caller": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.get_config", + "callee": "test.iosxr_netconf.conftest.FakeIOSXRNETCONFDevice.find_mocked_data_file", + "lineno": 111, + "resolution": "self_method_call" + } + ], + "test.iosxr_netconf.test_getters": [], + "test.iosxr_netconf": [], + "test.junos.conftest": [ + { + "caller": "test.junos.conftest.PatchedJunOSDriver.__init__", + "callee": "test.junos.conftest.FakeJunOSDevice.__init__", + "lineno": 45, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.__init__", + "callee": "test.junos.conftest.FakeRPCObject.__init__", + "lineno": 53, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.__init__", + "callee": "test.junos.conftest.FakeConnection.__init__", + "lineno": 54, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.facts", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 100, + "resolution": "inherited_method_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.facts", + "callee": "test.junos.conftest.FakeJunOSDevice.open", + "lineno": 104, + "resolution": "same_class_name_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.cli", + "callee": "napalm.base.test.double.BaseTestDouble.sanitize_text", + "lineno": 122, + "resolution": "inherited_method_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.cli", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 123, + "resolution": "inherited_method_call" + }, + { + "caller": "test.junos.conftest.FakeJunOSDevice.cli", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 124, + "resolution": "inherited_method_call" + }, + { + "caller": "test.junos.conftest.FakeConnection.__init__", + "callee": "test.junos.conftest.FakeConnectionRPCObject.response.RPCReply.__init__", + "lineno": 191, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.conftest.FakeConnection.__init__", + "callee": "test.junos.conftest.FakeSession.__init__", + "lineno": 192, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.conftest.FakeConnection.__init__", + "callee": ".ncclient.devices.junos.JunosDeviceHandler", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "test.junos.conftest.FakeSession.__init__", + "callee": "test.junos.conftest.FakeTransport.", + "lineno": 198, + "resolution": "same_module_class_call" + } + ], + "test.junos.TestJunOSDriver": [ + { + "caller": "test.junos.TestJunOSDriver.TestConfigJunOSDriver.setUpClass", + "callee": "napalm.junos.junos.JunOSDriver.__init__", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "test.junos.TestJunOSDriver.TestGetterJunOSDriver.setUpClass", + "callee": "napalm.junos.junos.JunOSDriver.__init__", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "test.junos.TestJunOSDriver.TestGetterJunOSDriver.setUpClass", + "callee": "test.junos.TestJunOSDriver.FakeJunOSDevice.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.TestJunOSDriver.FakeJunOSDevice.__init__", + "callee": "test.junos.TestJunOSDriver.FakeRPCObject.__init__", + "lineno": 59, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.TestJunOSDriver.FakeJunOSDevice.__init__", + "callee": "test.junos.TestJunOSDriver.FakeConnection.__init__", + "lineno": 60, + "resolution": "same_module_class_call" + }, + { + "caller": "test.junos.TestJunOSDriver.FakeJunOSDevice.cli", + "callee": "test.junos.TestJunOSDriver.FakeJunOSDevice.read_txt_file", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "test.junos.TestJunOSDriver.FakeConnection.__init__", + "callee": "test.junos.TestJunOSDriver.FakeConnectionRPCObject.response.RPCReply.__init__", + "lineno": 164, + "resolution": "same_module_class_call" + } + ], + "test.junos.test_getters": [], + "test.junos": [], + "test.nxapi_plumbing.conftest": [ + { + "caller": "test.nxapi_plumbing.conftest.mock_pynxos_device", + "callee": ".mock_device.MockDevice", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxapi_plumbing.conftest.mock_pynxos_device_xml", + "callee": ".mock_device.MockDevice", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxapi_plumbing.conftest.pynxos_device", + "callee": "test.nxapi_plumbing.conftest.parse_yaml", + "lineno": 80, + "resolution": "direct_name_call" + } + ], + "test.nxapi_plumbing.mock_device": [ + { + "caller": "test.nxapi_plumbing.mock_device.MockDevice.__init__", + "callee": "test.nxapi_plumbing.mock_device.MockRPCClient.__init__", + "lineno": 75, + "resolution": "same_module_class_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockDevice.__init__", + "callee": "test.nxapi_plumbing.mock_device.MockXMLClient.__init__", + "lineno": 86, + "resolution": "same_module_class_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockRPCClient._send_request", + "callee": "test.nxapi_plumbing.mock_device.mock_post", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockRPCClient._send_request", + "callee": ".requests.auth.HTTPBasicAuth", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockRPCClient._send_request", + "callee": "test.nxapi_plumbing.mock_device.FakeResponse.__init__", + "lineno": 136, + "resolution": "same_module_class_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockXMLClient._send_request", + "callee": "test.nxapi_plumbing.mock_device.mock_post", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockXMLClient._send_request", + "callee": ".requests.auth.HTTPBasicAuth", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxapi_plumbing.mock_device.MockXMLClient._send_request", + "callee": "test.nxapi_plumbing.mock_device.FakeResponse.__init__", + "lineno": 181, + "resolution": "same_module_class_call" + } + ], + "test.nxapi_plumbing.test_build_payload": [], + "test.nxapi_plumbing.test_config": [], + "test.nxapi_plumbing.test_import": [], + "test.nxapi_plumbing.test_show_jsonrpc": [], + "test.nxapi_plumbing.test_show_xml": [], + "test.nxos.conftest": [ + { + "caller": "test.nxos.conftest.PatchedNXOSDriver.__init__", + "callee": ".builtins.super", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxos.conftest.PatchedNXOSDriver.__init__", + "callee": "test.nxos.conftest.FakeNXOSDevice.__init__", + "lineno": 39, + "resolution": "same_module_class_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice.__init__", + "callee": ".builtins.super", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice._send_command", + "callee": "test.nxos.conftest.FakeNXOSDevice.show", + "lineno": 63, + "resolution": "self_method_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice._send_command_list", + "callee": "test.nxos.conftest.FakeNXOSDevice.config_list", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice.show", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 71, + "resolution": "inherited_method_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice.show", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 74, + "resolution": "inherited_method_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice.show", + "callee": "napalm.base.test.double.BaseTestDouble.read_json_file", + "lineno": 76, + "resolution": "inherited_method_call" + }, + { + "caller": "test.nxos.conftest.FakeNXOSDevice.show", + "callee": "napalm.base.mock.raise_exception", + "lineno": 78, + "resolution": "imported_call" + } + ], + "test.nxos.TestDriver": [ + { + "caller": "test.nxos.TestDriver.TestConfigNXOSDriver.setUpClass", + "callee": "napalm.nxos.nxos.NXOSDriver.__init__", + "lineno": 29, + "resolution": "qualified_module_call" + } + ], + "test.nxos.test_getters": [ + { + "caller": "test.nxos.test_getters.TestGetter.test_get_interfaces", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 28, + "resolution": "qualified_module_call" + }, + { + "caller": "test.nxos.test_getters.TestGetter.test_get_interfaces", + "callee": ".unittest.mock.patch", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "test.nxos": [], + "test.nxos_ssh.conftest": [ + { + "caller": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver.__init__", + "callee": ".builtins.super", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "test.nxos_ssh.conftest.PatchedNXOSSSHDriver.__init__", + "callee": "test.nxos_ssh.conftest.FakeNXOSSSHDevice.", + "lineno": 37, + "resolution": "same_module_class_call" + }, + { + "caller": "test.nxos_ssh.conftest.FakeNXOSSSHDevice.send_command", + "callee": "napalm.base.test.double.BaseTestDouble.sanitize_text", + "lineno": 53, + "resolution": "inherited_method_call" + }, + { + "caller": "test.nxos_ssh.conftest.FakeNXOSSSHDevice.send_command", + "callee": "napalm.base.test.double.BaseTestDouble.find_file", + "lineno": 54, + "resolution": "inherited_method_call" + }, + { + "caller": "test.nxos_ssh.conftest.FakeNXOSSSHDevice.send_command", + "callee": "napalm.base.test.double.BaseTestDouble.read_txt_file", + "lineno": 55, + "resolution": "inherited_method_call" + } + ], + "test.nxos_ssh.TestDriver": [ + { + "caller": "test.nxos_ssh.TestDriver.TestConfigNXOSDriver.setUpClass", + "callee": "napalm.nxos.nxos.NXOSDriver.__init__", + "lineno": 29, + "resolution": "qualified_module_call" + } + ], + "test.nxos_ssh.test_getters": [ + { + "caller": "test.nxos_ssh.test_getters.TestGetter.test_get_interfaces", + "callee": "napalm.base.test.helpers.test_model", + "lineno": 28, + "resolution": "qualified_module_call" + }, + { + "caller": "test.nxos_ssh.test_getters.TestGetter.test_get_interfaces", + "callee": ".unittest.mock.patch", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "test.nxos_ssh.test_static_methods": [], + "test.nxos_ssh": [], + "test.pyiosxr.test_iosxr": [ + { + "caller": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.find_prompt", + "callee": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.get_mock_file", + "lineno": 67, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command", + "callee": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.get_mock_file", + "lineno": 80, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command_timing", + "callee": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.get_mock_file", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command_expect", + "callee": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.send_command", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr._MockedIOSXRDevice.open", + "callee": "test.pyiosxr.test_iosxr._MockedNetMikoDevice.__init__", + "lineno": 109, + "resolution": "same_module_class_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_mock_lock_connection_open", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 181, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_mock_close", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 191, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_rpc_method", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 196, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getttr__show_", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 205, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getttr__show_args", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 214, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquire_xml_agent", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 220, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquire_locked_agent_raises_timeout_error", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 226, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_release_xml_agent", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 236, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_release_xml_agent", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 238, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_in_cli_mode", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 242, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getattr_show_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 247, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test__getattr__no_show", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 259, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_make_rpc_call_returns_XML", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 264, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquired_xml_agent", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 277, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_acquired_xml_agent", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 283, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_try_to_read_till_timeout", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 293, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_multiple_read_attempts_till_timeout", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 303, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_iterator_id_raises_IteratorIDError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 315, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_channel_acquired_enter_xml_mode", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 329, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_truncated_response_raises_InvalidXMLResponse", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 337, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_iosxr_bug_0x44318c06", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 349, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_empty_reply_raises_TimeoutError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 361, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_multiple_requests_raise_0xa3679e00", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 367, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_show", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 379, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_invalid_show_raises_InvalidInputError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 384, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_config_show", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 389, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_execute_invalid_config_show_raises_InvalidInputError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 394, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_lock_raises_LockError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 400, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_lock_raises_LockError", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 401, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_lock_raises_LockError", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 421, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_lock_raises_LockError", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 423, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_unlock", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 433, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_unlock", + "callee": ".unittest.TestCase.assertTrue", + "lineno": 441, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_unlock", + "callee": ".unittest.TestCase.assertFalse", + "lineno": 444, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_invalid_config_raises_InvalidInputError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 458, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_candidate_config_file", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 468, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_invalid_candidate_config_file_raises_InvalidInputError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 479, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._load_dummy_config", + "lineno": 488, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 490, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 496, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 502, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 510, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": ".unittest.TestCase.assertGreater", + "lineno": 515, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_load_config", + "callee": ".unittest.TestCase.assertEqual", + "lineno": 523, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._load_dummy_config", + "lineno": 528, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 530, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_message", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._load_dummy_config", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_message", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 539, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_label", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._load_dummy_config", + "lineno": 546, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_label", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 548, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_confirmed", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._load_dummy_config", + "lineno": 555, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_confirmed", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 557, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_config_confirmed_raise_InvalidInputError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 564, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_empty_buffer_raises", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 569, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_after_other_session_commit", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 576, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_after_other_session_commit", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 602, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_compare_replace_config", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._prefetch_running_config_and_append", + "lineno": 623, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_compare_replace_config", + "callee": ".unittest.TestCase.assertIsInstance", + "lineno": 625, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._prefetch_running_config_and_append", + "lineno": 630, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 632, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_message", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._prefetch_running_config_and_append", + "lineno": 637, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_message", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 639, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_label", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._prefetch_running_config_and_append", + "lineno": 644, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_label", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 646, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_confirmed", + "callee": "test.pyiosxr.test_iosxr.TestIOSXRDevice._prefetch_running_config_and_append", + "lineno": 651, + "resolution": "self_method_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_confirmed", + "callee": ".unittest.TestCase.assertIsNone", + "lineno": 653, + "resolution": "external_inherited_call" + }, + { + "caller": "test.pyiosxr.test_iosxr.TestIOSXRDevice.test_commit_replace_config_confirmed_raise_InvalidInputError", + "callee": ".unittest.TestCase.assertRaises", + "lineno": 658, + "resolution": "external_inherited_call" + } + ], + "vagrant.provision": [ + { + "caller": "vagrant.provision.provision_iosxr", + "callee": ".pyIOSXR.IOSXR", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "vagrant.provision.provision_iosxr", + "callee": "vagrant.provision.print_info_message", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "vagrant.provision.provision_eos", + "callee": "vagrant.provision.print_info_message", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "vagrant.provision.provision_junos", + "callee": ".jnpr.junos.Device", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "vagrant.provision.provision_junos", + "callee": "vagrant.provision.print_info_message", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "vagrant.provision.", + "callee": "vagrant.provision.provision_iosxr", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "vagrant.provision.", + "callee": "vagrant.provision.provision_eos", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "vagrant.provision.", + "callee": "vagrant.provision.provision_junos", + "lineno": 97, + "resolution": "direct_name_call" + } + ] + }, + "cyclic_clusters": [ + [ + "napalm.base", + "napalm.base.base", + "napalm.base.mock", + "napalm.base.validate" + ] + ], + "unresolved": [ + { + "module": "docs.conf", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_html_theme_path(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .stat(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_template(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .call(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 368, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs.conf", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .get_template(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_driver(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'raw_input(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "docs.tutorials.sample_scripts.load_replace", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "napalm", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.base", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.base", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.base", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.base", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.base", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.base", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.base", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.base", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .Template(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .mro(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .FileSystemLoader(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .Environment(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_template(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateNotImplemented(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateRenderException(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .load_merge_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .build_config_relationship(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .build_config_relationship(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .mro(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .TextFSM(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .ParseText(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateRenderException(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateNotImplemented(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .ModuleImportError(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .mro(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateRenderException(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 375, + "pattern": "name_call_unresolved", + "note": "Call to 'ttp_quick_parse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.helpers", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .exception(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .TemplateRenderException(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 469, + "pattern": "name_call_unresolved", + "note": "Call to 'to(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.helpers", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 561, + "pattern": "name_call_unresolved", + "note": "Call to '_split_interface(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.helpers", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.helpers", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'exc(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.mock", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .cli(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectionClosedException(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .ConnectionException(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .CommitError(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.mock", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.netmiko_helpers", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.netmiko_helpers", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.netmiko_helpers", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.netmiko_helpers", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'ValidationException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.validate", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'ValidationException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.validate", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'ValidationException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.validate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.validate", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'ModuleImportError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'ModuleImportError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'ModuleImportError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'ModuleImportError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .getmembers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "napalm.base", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'ModuleImportError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .getuser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .add_subparsers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .add_parser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .add_parser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .add_parser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .set_defaults(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .getpass(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_modules(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .pre_connection_tests(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .connection_tests(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .post_connection_tests(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facts(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .load_merge_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'strategy_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .compliance_report(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'strategy_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_configure", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_test", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .compliance_report(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.cl_napalm_validate", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .ArgumentParser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getuser(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .add_argument(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .getpass(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamHandler(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .Formatter(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .setFormatter(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.clitools.helpers", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .setUpClass(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .tearDownClass(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .context_diff(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .load_merge_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .load_merge_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .load_template(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get_firewall_policies(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facts(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lldp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces_counters(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces_counters(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get_environment(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lldp_neighbors_detail(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors_detail(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .get_arp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .get_arp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ntp_peers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ntp_servers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ntp_stats(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces_ip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mac_address_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .get_snmp_information(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .get_probes_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .get_probes_results(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .ping(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .traceroute(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .get_users(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .get_optics(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_instances(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ipv6_neighbors_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vlans(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.base", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .listdir(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .isdir(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.conftest", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.double", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.test.getters", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .fail(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.test.getters", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.test.getters", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .getmembers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .ismethod(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facts(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lldp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces_counters(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces_counters(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .get_environment(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get_lldp_neighbors_detail(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors_detail(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .get_arp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .get_arp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ipv6_neighbors_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ntp_peers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ntp_servers(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ntp_stats(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces_ip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mac_address_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .get_snmp_information(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .get_probes_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .get_probes_results(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .ping(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .traceroute(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .get_users(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .get_optics(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .get_network_instances(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .get_firewall_policies(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 578, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 586, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vlans(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.getters", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.test.helpers", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.jinja_filters", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access ._changed(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.jinja_filters", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .default(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.jinja_filters", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .default(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.jinja_filters", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.jinja_filters", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .Struct(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'unpack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "napalm.base.utils.string_parsers", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .getfullargspec(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .import_module(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 189, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 200, + "pattern": "self_method_not_found", + "note": "self.transport_class(...) not found in class 'EOSDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.eos.eos", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .Node(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'UnsupportedVersion(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .write_channel(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .is_active(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .run_commands(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'SessionLockedException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command_expect(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .send_config_set(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 444, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 446, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 463, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 465, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 495, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .gmtime(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 533, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 563, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .BGPStateNeighborsPerVRFDict(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .BGPStateNeighborDict(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 687, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 732, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 775, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 799, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 845, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 889, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 894, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1021, + "pattern": "name_call_unresolved", + "note": "Call to 'field_type(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.eos.eos", + "lineno": 1035, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1112, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1134, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1134, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1143, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1163, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1177, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1206, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1208, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1246, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1287, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1297, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1310, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1320, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1337, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1340, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1349, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1349, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1355, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1355, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1356, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1357, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1368, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1368, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1373, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1375, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1376, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_network(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1429, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1431, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1433, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1437, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1454, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1459, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1460, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1473, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1481, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1481, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1482, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1482, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1499, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1499, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1508, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1509, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1510, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1530, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1532, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1534, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1537, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1539, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1540, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1543, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1547, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1549, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1555, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1571, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1576, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1579, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1581, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1583, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1584, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1593, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1605, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1606, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1612, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1614, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1615, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1667, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1669, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1671, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1676, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1689, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1691, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1693, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1696, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1697, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1700, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1735, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1735, + "pattern": "attribute_call", + "note": "Call via attribute access .run_commands(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1815, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1816, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1826, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1828, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1831, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1842, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1879, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1890, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1906, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1935, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1953, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1958, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1974, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1976, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1989, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 1996, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2008, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2015, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2017, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2018, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2028, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2040, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2040, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2040, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2064, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2065, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2071, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2074, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2075, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2076, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2085, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2136, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2138, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2139, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2140, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2141, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2143, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2145, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2163, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2164, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2183, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2184, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2192, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2200, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.eos", + "lineno": 2203, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.utils.versions", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.utils.versions", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.eos.utils.versions", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access ._autodetect_fs(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .send_config_set(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionClosedException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .write_channel(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .write_channel(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .is_active(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .uuid4(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 322, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .send_config_set(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 456, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 459, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .find_prompt(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command_timing(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .set_base_prompt(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 510, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 518, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 523, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 535, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 554, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 557, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 560, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 566, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .config_mode(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .exit_config_mode(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 575, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 583, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .save_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .save_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 637, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 643, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .save_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 665, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 674, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .save_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 768, + "pattern": "name_call_unresolved", + "note": "Call to 'TransferClass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .check_file_exists(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 770, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_md5(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .verify_space_available(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 786, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .transfer_file(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 792, + "pattern": "attribute_call", + "note": "Call via attribute access .verify_file(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 814, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1064, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1069, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1102, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1108, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1112, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1124, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1125, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1128, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1132, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1133, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1141, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1145, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1196, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1204, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1206, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1207, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1223, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1225, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1228, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1229, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1230, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1239, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1306, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1309, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1315, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1324, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1325, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1327, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1332, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1357, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1363, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1374, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1375, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1379, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1380, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1387, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1407, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1410, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1443, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1446, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1448, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1452, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1656, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1671, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1676, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1693, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1703, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1717, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1718, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1732, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1733, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1738, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1739, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1750, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1751, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1770, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1771, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1781, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1787, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1788, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1795, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1801, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1807, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1815, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1822, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1838, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1841, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1844, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1848, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1862, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1865, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1876, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1904, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1912, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1957, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 1960, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2021, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2024, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.ios.ios", + "lineno": 2031, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2166, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2169, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2198, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2199, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2201, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2201, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2203, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2208, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2209, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2212, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2217, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2220, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2221, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2222, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2227, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2228, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2230, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2231, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2233, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2240, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2241, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2242, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2247, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2248, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2252, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2253, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2263, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2275, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2279, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2280, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2282, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2283, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2304, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2308, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2309, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2314, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2316, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2318, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2324, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2326, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2327, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2328, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2335, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2339, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2340, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2342, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2342, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2343, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2343, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2351, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2351, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2355, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2355, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2410, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2416, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2420, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2421, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2422, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2424, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2424, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2431, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2434, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2435, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2436, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2437, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2468, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2478, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2480, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2501, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2502, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2517, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2525, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2536, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2537, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2541, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2542, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2602, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2603, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2605, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2606, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2607, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2609, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2610, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2611, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2615, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2617, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2621, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2621, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2622, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2622, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2643, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2644, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2644, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2646, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2648, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2650, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2650, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2651, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2653, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2666, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2669, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2671, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2674, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2675, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2676, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2679, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2679, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2682, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2682, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2683, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2684, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2685, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2686, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2687, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2689, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2700, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2700, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2701, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2704, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2704, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2705, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2710, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2714, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2714, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2715, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2716, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2718, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2729, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2729, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2730, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2733, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2733, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2734, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2737, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2737, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2738, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2739, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2742, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2743, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2744, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2746, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2749, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2751, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2753, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2755, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2757, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2760, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2764, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2785, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2786, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2790, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2791, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2822, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2824, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2826, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2828, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2831, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2833, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2834, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2878, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2880, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2883, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2885, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2890, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2893, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2899, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2905, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2907, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2919, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2922, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2932, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2934, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2941, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2941, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 2953, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3004, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_network(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3013, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_network(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3024, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3028, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3036, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3041, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3043, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3047, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3048, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3051, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3056, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3058, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3059, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3064, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3070, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3072, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3078, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3080, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3088, + "pattern": "attribute_call", + "note": "Call via attribute access .canonical_interface_name(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3110, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3138, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3139, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3144, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3146, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3146, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3148, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3150, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3152, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3154, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3156, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3158, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3196, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3197, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3199, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3199, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3202, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3202, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3206, + "pattern": "attribute_call", + "note": "Call via attribute access .finditer(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3207, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3209, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3211, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3212, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3212, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3249, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3251, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3252, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3253, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3254, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3256, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3258, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3274, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3276, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3277, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3278, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3285, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3286, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3288, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3289, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3290, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3301, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3340, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3342, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3344, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3347, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3357, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3361, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3369, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3372, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3374, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3376, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3381, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3381, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3382, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3386, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3389, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3391, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3392, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3415, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3423, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3432, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3432, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3448, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3449, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3452, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3473, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3474, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3477, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3477, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3482, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3488, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3488, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3533, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3534, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3539, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3540, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3580, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3582, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3583, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3586, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3610, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3616, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3621, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3622, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3630, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3633, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3634, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3634, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3635, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3640, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3642, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3648, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3650, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3651, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3652, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3662, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3665, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3668, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3671, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.ios.ios", + "lineno": 3673, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'IOSXR(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_replace_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_replace_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .isnumeric(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .show_lldp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 790, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 801, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access ._execute_show(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 871, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 872, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandTimeoutException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 913, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1122, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1297, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1350, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1378, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1378, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1389, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1429, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1482, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1495, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1497, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1497, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1501, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1524, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1526, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1547, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1551, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1584, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1588, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1613, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1635, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1636, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1638, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1640, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1642, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1656, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1679, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1686, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1687, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1689, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1691, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1731, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1749, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1752, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1765, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1775, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1775, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1786, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1809, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1809, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1811, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1813, + "pattern": "attribute_call", + "note": "Call via attribute access .getchildren(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1813, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1815, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1816, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1852, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1852, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1857, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1859, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1859, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1865, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1865, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1865, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1871, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1872, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 1885, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2019, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2021, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2033, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2035, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2037, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2039, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2041, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2052, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2053, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2055, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2072, + "pattern": "attribute_call", + "note": "Call via attribute access .getchildren(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2080, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2089, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2131, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2131, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2133, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2141, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2155, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2156, + "pattern": "attribute_call", + "note": "Call via attribute access ._execute_config_show(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2157, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2159, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2160, + "pattern": "attribute_call", + "note": "Call via attribute access ._execute_config_show(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.iosxr", + "lineno": 2161, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.utilities", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.utilities", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.utilities", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.utilities", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr.utilities", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .close_session(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .is_active(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .XMLParser(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 206, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .copy_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 217, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .XMLParser(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .edit_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .XMLParser(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .unified_diff(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_changes(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 835, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 896, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 914, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 936, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 939, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 950, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 985, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1039, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1058, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1061, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1127, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1156, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1160, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1272, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1297, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1299, + "pattern": "attribute_call", + "note": "Call via attribute access .getchildren(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1466, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1650, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1803, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1803, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1811, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1916, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1918, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1959, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 1961, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2010, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2057, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2059, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2061, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2093, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2097, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2100, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2102, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2103, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2108, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2117, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2135, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2138, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2140, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2141, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2146, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2155, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2169, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2171, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2175, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2224, + "pattern": "attribute_call", + "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2226, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2231, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2245, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2247, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2247, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2251, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2272, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2284, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2286, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2294, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2294, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2305, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2307, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2310, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2314, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2351, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2355, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2363, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2365, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2369, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2373, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2377, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2379, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2381, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2383, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2386, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2390, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2393, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2395, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2405, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2409, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2415, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2419, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2422, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2442, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2443, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2449, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2456, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2465, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2469, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2495, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2523, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2527, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2531, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2533, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2536, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2536, + "pattern": "attribute_call", + "note": "Call via attribute access .getchildren(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2538, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2541, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2544, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2590, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2592, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2598, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2600, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2600, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2609, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2609, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2609, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2620, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2621, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2637, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2808, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2810, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2822, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2824, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2826, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2828, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2830, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2840, + "pattern": "attribute_call", + "note": "Call via attribute access .dispatch(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2847, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2850, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2851, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2851, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2869, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2911, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2915, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2917, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2933, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2962, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2964, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2966, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2968, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2971, + "pattern": "attribute_call", + "note": "Call via attribute access .XMLParser(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2976, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2978, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2982, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.iosxr_netconf.iosxr_netconf", + "lineno": 2983, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .set_keepalive(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'LockError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'UnlockError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .is_active(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .XML(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .open_configuration(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 268, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 296, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .close_configuration(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .get_commit_revision_information(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 340, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitConfirmException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .get_system_uptime_information(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .close_configuration(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_iface_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_iface_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_logical_iface_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 460, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_iface_counter_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_environment_table_srx_cluster(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_routing_engine_table_srx_cluster(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_temperature_thresholds_srx_cluster(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_environment_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_routing_engine_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_temperature_thresholds(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_pem_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .isdigit(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 701, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_bgp_uptime_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_bgp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 765, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 784, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 823, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_route_instance_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 824, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 829, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 830, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_lldp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 860, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 863, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 886, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_lldp_neighbors_detail_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 929, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 977, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 988, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 997, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1022, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1024, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1043, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1046, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1081, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .cli(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .getparent(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1109, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1144, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1145, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1202, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_routing_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1203, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1210, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_bgp_config_group_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_bgp_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1214, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1244, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_policy_nhs_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1247, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1278, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1303, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1345, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1371, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1454, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1456, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1463, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1465, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1475, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1491, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1493, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1498, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1500, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1517, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_bgp_neighbors_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1525, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_route_instance_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1526, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1526, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1527, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1530, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1530, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1556, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_arp_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1557, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1558, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1572, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_ipv6_neighbors_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1573, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1590, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_ntp_peers_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1591, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1593, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_ntp_servers_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1605, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1628, + "pattern": "attribute_call", + "note": "Call via attribute access .cli(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1629, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1632, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1635, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1661, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_ip_interfaces_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1663, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1674, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1679, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1683, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1690, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1702, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1704, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_mac_address_table_switch_l2ng(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1706, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_mac_address_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1708, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_mac_address_table_switch(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1711, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1734, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1735, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1757, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1798, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_protocol_route_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1805, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1811, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandTimeoutException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 1816, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 1817, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1819, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 1821, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.junos.junos", + "lineno": 1821, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1823, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1831, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1841, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1860, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1868, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_snmp_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1869, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1870, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1882, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1888, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1901, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_rpm_probes_config_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1902, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1903, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1930, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_rpm_probes_results_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1931, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1932, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1974, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1976, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1978, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1980, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1982, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1991, + "pattern": "attribute_call", + "note": "Call via attribute access .rpc(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 1993, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2003, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2006, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2012, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2058, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2060, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2062, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2064, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2066, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2068, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2070, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2074, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2088, + "pattern": "attribute_call", + "note": "Call via attribute access .rpc(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2090, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2093, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2094, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2103, + "pattern": "attribute_call", + "note": "Call via attribute access .findtext(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2105, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2154, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2157, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2176, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2178, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2186, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_root_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2187, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2188, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2192, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2217, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_users_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2219, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2225, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2226, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2241, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_intf_optics_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2242, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2243, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2252, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2260, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_intf_40Goptics_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2261, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2262, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2268, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2334, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2348, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2352, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2363, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_nw_instances_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2364, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2365, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2381, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2387, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2389, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2394, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2409, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2411, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_vlans_table_switch_l2ng(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2413, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_vlans_table(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2415, + "pattern": "attribute_call", + "note": "Call via attribute access .junos_vlans_table_switch(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2419, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2421, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2430, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2433, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.junos", + "lineno": 2435, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.utils.junos_views", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.utils.junos_views", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.utils.junos_views", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.utils.junos_views", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "napalm.junos.utils.junos_views", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_warnings(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIConnectionError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIAuthError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 275, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIPostError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 280, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIXMLError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.api_client", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access ._nxapi_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 111, + "pattern": "name_call_unresolved", + "note": "Call to 'NXAPIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access ._nxapi_command_conf(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.device", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.errors", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.utilities", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxapi_plumbing.utilities", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access ._netmiko_open(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 161, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 216, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 218, + "pattern": "self_method_not_found", + "note": "self.rollback(...) not found in class 'NXOSDriverBase' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'MergeConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 274, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .set_base_prompt(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 310, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .groups(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .gettempdir(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .uuid4(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 719, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 770, + "pattern": "name_call_unresolved", + "note": "Call to 'NXOSDevice(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 783, + "pattern": "name_call_unresolved", + "note": "Call to 'ConnectionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .config_list(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .config_list(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 827, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 850, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .save(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 865, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 890, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 896, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 912, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 917, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 918, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 943, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 957, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 970, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 981, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 993, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 998, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1004, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1053, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1054, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1119, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1129, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1140, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1155, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1157, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1189, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1215, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1217, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1221, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1224, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1228, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1237, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1241, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1245, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1251, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1253, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1257, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1270, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1272, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1274, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1286, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1287, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1292, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1292, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1293, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1310, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1313, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1317, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1320, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1336, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1354, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1358, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1362, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1364, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1368, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1371, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1371, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1387, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1394, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1398, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1400, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1402, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1405, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1407, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1420, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1443, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1453, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1458, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1463, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1494, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1494, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1502, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1505, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1510, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1514, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1514, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1522, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1524, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1524, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1535, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1547, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1547, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1551, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1551, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1551, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1555, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1555, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1563, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1562, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1581, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1581, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos.nxos", + "lineno": 1600, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .groupdict(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 435, + "pattern": "self_method_not_found", + "note": "self._netmiko_open(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 440, + "pattern": "self_method_not_found", + "note": "self._netmiko_close(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 452, + "pattern": "attribute_call", + "note": "Call via attribute access .send_multiline(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .send_config_set(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .is_active(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .save_config(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 515, + "pattern": "name_call_unresolved", + "note": "Call to 'CommandErrorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 520, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 527, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 530, + "pattern": "self_method_not_found", + "note": "self._check_file_exists(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 536, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 541, + "pattern": "name_call_unresolved", + "note": "Call to 'ReplaceConfigException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .set_base_prompt(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 575, + "pattern": "self_method_not_found", + "note": "self._get_command_table(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .escape(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 626, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 756, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 785, + "pattern": "self_method_not_found", + "note": "self._get_command_table(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 789, + "pattern": "self_method_not_found", + "note": "self._get_command_table(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 808, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 846, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 847, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 869, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 922, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 934, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 935, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 954, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 956, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 971, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_address(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 976, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1026, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1034, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1034, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1071, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1126, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1139, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1141, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1147, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1153, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1168, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1171, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1172, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1173, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1174, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1175, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1177, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1181, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1185, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1189, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1197, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1198, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1264, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1269, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1271, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1284, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1287, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1303, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1311, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1320, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1322, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1324, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1332, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1355, + "pattern": "attribute_call", + "note": "Call via attribute access .ip_network(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1361, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1361, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1370, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1379, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1381, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1391, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1395, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1406, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1408, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1409, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1412, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1413, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1414, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1474, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1482, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1484, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1485, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1485, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1488, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1491, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1491, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1507, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1513, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1515, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1519, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1520, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1523, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1528, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1529, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1533, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1539, + "pattern": "self_method_not_found", + "note": "self._get_command_table(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1546, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1548, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1554, + "pattern": "self_method_not_found", + "note": "self._parse_vlan_ports(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1567, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1569, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1571, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1572, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1573, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1574, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1575, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1577, + "pattern": "attribute_call", + "note": "Call via attribute access .findall(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1588, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1588, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1589, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1589, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1590, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1590, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1591, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1591, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1592, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1592, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1594, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1597, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1598, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1601, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1604, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1605, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1606, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1606, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1649, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1675, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1692, + "pattern": "attribute_call", + "note": "Call via attribute access .compile(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1712, + "pattern": "self_method_not_found", + "note": "self._get_command_table(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1713, + "pattern": "self_method_not_found", + "note": "self._get_command_table(...) not found in class 'NXOSSSHDriver' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1724, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1726, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1738, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1740, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1742, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "napalm.nxos_ssh.nxos_ssh", + "lineno": 1745, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.exceptions", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.exceptions", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.exceptions", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.exceptions", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.exceptions", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .find_prompt(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .is_active(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .acquire(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .release(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command_timing(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .read_channel_timing(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 355, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCLIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 376, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCLIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 389, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCLIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 409, + "pattern": "name_call_unresolved", + "note": "Call to 'IteratorIDError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 410, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidXMLResponse(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 414, + "pattern": "name_call_unresolved", + "note": "Call to 'IteratorIDError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 447, + "pattern": "name_call_unresolved", + "note": "Call to 'CommitError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 454, + "pattern": "name_call_unresolved", + "note": "Call to 'XMLCLIError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 466, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInputError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 476, + "pattern": "name_call_unresolved", + "note": "Call to 'escape_xml(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 488, + "pattern": "name_call_unresolved", + "note": "Call to 'escape_xml(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 516, + "pattern": "name_call_unresolved", + "note": "Call to 'LockError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 530, + "pattern": "name_call_unresolved", + "note": "Call to 'UnlockError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 555, + "pattern": "name_call_unresolved", + "note": "Call to 'escape_xml(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 564, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInputError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 603, + "pattern": "attribute_call", + "note": "Call via attribute access .unified_diff(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 606, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 622, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 642, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInputError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 664, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInputError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "napalm.pyIOSXR.iosxr", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_get_network_driver", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .ModuleType(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_get_network_driver", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_get_network_driver", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .title(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_helpers", + "lineno": 552, + "pattern": "attribute_call", + "note": "Call via attribute access .dedent(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facts(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .__fake_call(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .is_alive(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facts(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_facts(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_route_to(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_bgp_neighbors(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .cli(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .load_merge_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'driver(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .has_pending_commit(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .confirm_commit(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .has_pending_commit(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_mock_driver", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.base.test_napalm_test_framework", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'FakeThing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_unit", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .construct_scalar(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .add_constructor(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .add_constructor(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_dump(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.base.validate.test_validate", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "test.eos.conftest", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "test.eos.TestEOSDriver", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.eos.TestEOSDriver", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.eos.TestEOSDriver", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_getters", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_heredoc", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_integration", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.eos.test_integration", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_integration", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "test.eos.test_integration", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getenv(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.conftest", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self.run_commands(...) not found in class 'FakeEOSDevice' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .MagicMock(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_config(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .assert_called_with(...) - target object type not statically resolved." + }, + { + "module": "test.eos_ssh.test_heredoc", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.ios.conftest", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access ._disable_confirm(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access ._enable_confirm(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .send_command(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access ._gen_full_path(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access ._gen_full_path(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access ._gen_full_path(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access ._gen_full_path(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access ._check_file_exists(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access ._check_file_exists(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .bgp_time_conversion(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.ios.TestIOSDriver", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "test.ios.test_getters", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.conftest", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.TestIOSXRDriver", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr.test_getters", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .xpath(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.conftest", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "test.iosxr_netconf.test_getters", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .find_file(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .read_txt_file(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .sanitize_text(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .find_file(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .read_txt_file(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.junos.conftest", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'RPCReply(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.junos.conftest", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .read_txt_file(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .tostring(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .read_txt_file(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'RPCReply(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.junos.TestJunOSDriver", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_config(...) - target object type not statically resolved." + }, + { + "module": "test.junos.test_getters", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_warnings(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .safe_load(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .addoption(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .getoption(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'Device(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.nxapi_plumbing.conftest", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 122, + "pattern": "self_method_not_found", + "note": "self._build_payload(...) not found in class 'MockRPCClient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.mock_device", + "lineno": 167, + "pattern": "self_method_not_found", + "note": "self._build_payload(...) not found in class 'MockXMLClient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_payload(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_payload(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_payload(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_payload(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access ._build_payload(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .fromstring(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_build_payload", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .config_list(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .config_list(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .config(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_config", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .show_list(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_jsonrpc", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .show_list(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .find(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "test.nxapi_plumbing.test_show_xml", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .show(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.conftest", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.TestDriver", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.TestDriver", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.TestDriver", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.test_getters", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.test_getters", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "test.nxos.test_getters", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .set_device_parameters(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .pytest_generate_tests(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.conftest", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.TestDriver", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.TestDriver", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .load_replace_candidate(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.TestDriver", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.test_getters", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_interfaces(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.test_getters", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.test_getters", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .usefixtures(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.test_static_methods", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_uptime(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.test_static_methods", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_uptime(...) - target object type not statically resolved." + }, + { + "module": "test.nxos_ssh.test_static_methods", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_uptime(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to '_MockedParamikoTransport(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .find_prompt(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 111, + "pattern": "self_method_not_found", + "note": "self._enter_xml_mode(...) not found in class '_MockedIOSXRDevice' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to '__cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access ._execute_rpc(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .show_ntp_ass(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .show_ntp(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access ._lock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access ._unlock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access ._lock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access ._unlock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access ._lock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access ._unlock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access ._in_cli_mode(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .show_run_ntp(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .configure_exclusive(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .make_rpc_call(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access ._lock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .locked(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access ._lock_xml_agent(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access ._enter_xml_mode(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access ._execute_show(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access ._execute_config_show(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 404, + "pattern": "name_call_unresolved", + "note": "Call to 'IOSXR(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .lock(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .unlock(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 491, + "pattern": "attribute_call", + "note": "Call via attribute access .get_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .get_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .get_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .discard_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 580, + "pattern": "name_call_unresolved", + "note": "Call to 'IOSXR(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 610, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .show_run(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .compare_replace_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_replace_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_replace_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_replace_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_replace_config(...) - target object type not statically resolved." + }, + { + "module": "test.pyiosxr.test_iosxr", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .load_candidate_config(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_replace_config(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .Node(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .run_commands(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "vagrant.provision", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file